vierbergenlars / authserver-expire-email-validation-bundle
Requires
This package is not auto-updated.
Last update: 2022-12-24 11:33:23 UTC
README
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.