-
Notifications
You must be signed in to change notification settings - Fork 16
1 file changed
+1
-1
lines changed- common/config/params.php+2
- common/mail/emailVerify-html.php+15
- common/mail/emailVerify-text.php+12
- common/models/User.php+22-2
- composer.json+4-3
- console/migrations/m190124_110200_add_verification_token_column_to_user_table.php+16
- docs/guide/start-installation.md+1-1
- frontend/controllers/SiteController.php+51-6
- frontend/models/ContactForm.php+2-1
- frontend/models/ResendVerificationEmailForm.php+62
- frontend/models/SignupForm.php+24-3
- frontend/models/VerifyEmailForm.php+52
- frontend/tests/_data/login_data.php+11
- frontend/tests/_data/user.php+22
- frontend/tests/functional/LoginCest.php+6
- frontend/tests/functional/ResendVerificationEmailCest.php+83
- frontend/tests/functional/SignupCest.php+3-1
- frontend/tests/functional/VerifyEmailCest.php+68
- frontend/tests/unit/models/ContactFormTest.php+4-2
- frontend/tests/unit/models/ResendVerificationEmailFormTest.php+85
- frontend/tests/unit/models/SignupFormTest.php+16-4
- frontend/tests/unit/models/VerifyEmailFormTest.php+55
- frontend/views/site/login.php+2
- frontend/views/site/resendVerificationEmail.php+30
- requirements.php+2-2
0 commit comments