LinkStack/app/Models
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
..
Admin.php admin littlelink 2021-04-16 03:30:00 +04:30
Button.php admin littlelink 2021-04-16 03:30:00 +04:30
Link.php admin littlelink 2021-04-16 03:30:00 +04:30
Page.php Added option to disable registration 2022-02-23 20:19:15 +01:00
Register.php Added option to disable registration 2022-02-23 20:19:15 +01:00
User.php Added email verification 2022-03-19 16:48:21 +01:00