Skip to content

Releases: 68publishers/user

v0.5.2

06 Aug 01:50
Compare
Choose a tag to compare
Renamed argument `user` to `userEntity` in `PasswordHasBeenResetEmail…

v0.5.1

06 Aug 00:58
Compare
Choose a tag to compare
Allowed `nette/utils` v4 and `symfony/event-dispatcher` v7

v0.5.0

06 Jan 03:24
Compare
Choose a tag to compare
nette/security 3.16

- removed the whole `DoctrineIdentity` namespace
- added `IdentityHandler` in `Authentication` namespace

v0.4.1

06 Jan 00:44
Compare
Choose a tag to compare
Fixed password verifying in the Authenticator

v0.4.0

06 Jan 00:38
Compare
Choose a tag to compare
Value of Password ValueObject cannot be null

v0.3.0

03 Jan 23:58
Compare
Choose a tag to compare
Added PHP `8.1` into `composer.json` and support warning into the README

v0.2.4

25 Jan 03:55
Compare
Choose a tag to compare
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

21 Jan 02:40
Compare
Choose a tag to compare
Fixed option `doctrine_identity.namespace`

v0.2.2

04 Nov 23:57
Compare
Choose a tag to compare
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

10 Dec 04:24
Compare
Choose a tag to compare
Updated version of `68publishers/doctrine-bridge`