Releases: 68publishers/user
Releases · 68publishers/user
v0.5.2
Renamed argument `user` to `userEntity` in `PasswordHasBeenResetEmail…
v0.5.1
Allowed `nette/utils` v4 and `symfony/event-dispatcher` v7
v0.5.0
nette/security 3.16
- removed the whole `DoctrineIdentity` namespace
- added `IdentityHandler` in `Authentication` namespace
v0.4.1
Fixed password verifying in the Authenticator
v0.4.0
Value of Password ValueObject cannot be null
v0.3.0
Added PHP `8.1` into `composer.json` and support warning into the README
v0.2.4
Optional sending emails about forgot password for non registered used
- added the option `forgot_password.send_email_for_not_registered_users`
- the exception `PasswordRequestCreationException` is thrown if the option is disabled and a user is not registered
v0.2.3
Fixed option `doctrine_identity.namespace`
v0.2.2
Forgot password: don't log error if a user is not registered
- updated package `68publishers/doctrine-persistence`
- added Transaction badge `NonLoggableErrorBadge` when an user is not registered and an exception `PasswordRequestCreationException` thrown in `PasswordRequestFactory`
v0.2.1
Updated version of `68publishers/doctrine-bridge`