Rename to ExpireEmailValidation, because it does not automatically expire and it does not expire users
parent
f2f431b9a6
commit
e70cccd7a1
@ -1,8 +0,0 @@ |
||||
<?php |
||||
namespace vierbergenlars\AuthserverAutoExpireUsersBundle; |
||||
|
||||
use Symfony\Component\HttpKernel\Bundle\Bundle; |
||||
|
||||
class AuthserverAutoExpireUsersBundle extends Bundle |
||||
{ |
||||
} |
@ -0,0 +1,8 @@ |
||||
<?php |
||||
namespace vierbergenlars\AuthserverExpireEmailValidationBundle; |
||||
|
||||
use Symfony\Component\HttpKernel\Bundle\Bundle; |
||||
|
||||
class AuthserverExpireEmailValidationBundle extends Bundle |
||||
{ |
||||
} |
@ -0,0 +1,19 @@ |
||||
# 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. |
Reference in new issue