LinkStack/resources/views/auth
Julian Prieber fa4f4f1441 Added email verification
Added email verification after user registration. After a user registered, an email is sent to the email used to sign up. The mail contains a verification link which is required to complete the registration process.

This feature can be turned off in the Admin Panel under: Admin>Config by changing the setting "Register_auth" from "verified" to "auth".

Read more about this on the Blog here: https://blog.littlelink-custom.com/optional-email-verification/
2022-03-19 16:48:21 +01:00
..
confirm-password.blade.php Fixed bug/simplified setup 2022-02-27 19:33:19 +01:00
forgot-password.blade.php Fixed bug/simplified setup 2022-02-27 19:33:19 +01:00
login.blade.php Fixed bug/simplified setup 2022-02-27 19:33:19 +01:00
register.blade.php Fixed bug/simplified setup 2022-02-27 19:33:19 +01:00
reset-password.blade.php Fixed bug/simplified setup 2022-02-27 19:33:19 +01:00
verify-email.blade.php Added email verification 2022-03-19 16:48:21 +01:00