Lars Vierbergen
4e03966723
|
5 years ago | |
---|---|---|
Command | 7 years ago | |
DependencyInjection | 7 years ago | |
Entity | 7 years ago | |
EventListener | 5 years ago | |
Resources | 5 years ago | |
.gitignore | 7 years ago | |
AuthserverExpireEmailValidationBundle.php | 7 years ago | |
LICENSE.md | 7 years ago | |
README.md | 7 years ago | |
composer.json | 7 years ago | |
composer.lock | 7 years ago |
README.md
Authserver: Expire email address validation plugin
This Authserver plugin that allows to expire email address validations of users.
Installation
./plugin.sh install vierbergenlars/authserver-expire-email-validation-bundle
For more details, see the Authserver plugin documentation.
Usage
This plugin does not require any configuration to use it. When no validations have been expired, it does not have any effect.
Users can be expired with the php app/console expire:email-validation
command.
When a user tries to log in after their email address validations have been expired, the login is blocked. They are notified that their email validations have expired and that a new validation email has been sent to all existing, previously validated email addresses. They have to re-validate at least one of their existing email addresses to regain access to their account.