# Authserver: Expire email address validation plugin This [Authserver](https://github.com/vierbergenlars/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](https://github.com/vierbergenlars/authserver/blob/master/documentation/plugins.md). ## 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.