PHP Sulu\Bundle\SecurityBundle\Security\Exception Namespace

Classes

Name Description
InvalidTokenException This Exception is thrown if a request with a not existing token tries to reset a password.
MissingPasswordException This exception is thrown when the password is mandatory but missing.
NoTokenFoundException This exception is thrown when a token-email for user without a token is requested.
SecurityException This exception is a general security exception.
TokenAlreadyRequestedException This exception is thrown if a reset-password email is requested, but a token was already generated shortly before.
TokenEmailsLimitReachedException This exception is thrown if a user requests to much resetting-emails.
UsernameNotUniqueException This exception is thrown when the username is not unique.