Skip to content

Releases: spryker/user-password-reset

1.6.0

04 Aug 12:33

Choose a tag to compare

Included commits: 1.5.0...1.6.0

Improvements

  • Updated transfer fields with description.

1.4.1

01 Dec 10:45

Choose a tag to compare

Included commits: 1.4.0...1.4.1

Improvements

  • Adjusted UserPasswordResetFacade::isValidPasswordResetToken() to change the token length to 35 and add a check on the token if it was already used.
  • Adjusted UserPasswordResetFacade::requestPasswordReset() with the behavior that when a new password reset is expired, previously made reset requests will be invalidated.
  • Adjusted UserPasswordResetConfig::getPasswordTokenExpirationInSeconds() value to 7200 seconds.

1.5.0

24 Nov 22:23

Choose a tag to compare

Included commits: 1.4.0...1.5.0

Improvements

  • Adjusted UserPasswordResetFacade::isValidPasswordResetToken() to change the token length to 35 and add a check on the token if it was already used.
  • Adjusted UserPasswordResetFacade::requestPasswordReset() with the behavior that when a new password reset is expired, previously made reset requests will be invalidated.
  • Adjusted UserPasswordResetConfig::getPasswordTokenExpirationInSeconds() value to 7200 seconds.

1.4.0

10 Mar 14:49

Choose a tag to compare

Included commits: 1.3.0...1.4.0

Improvements

  • Added AclMerchantPortalExtension module to dependencies.
  • Introduced UserPasswordResetAclEntityConfigurationExpanderPlugin plugin to expand provided AclEntityMetadataConfig transfer object with user password reset composite data.
  • Introduced AclEntityMetadataConfig transfer.
  • Introduced AclEntityMetadata transfer.
  • Introduced AclEntityMetadataCollection transfer.

1.3.0

03 Mar 10:33

Choose a tag to compare

Included commits: 1.2.0...1.3.0

Improvements

  • Increased User module version dependency.

1.2.0

08 Feb 13:03

Choose a tag to compare

Included commits: 1.1.0...1.2.0

Improvements

  • Added UserFacade::getUserCollection() to dependencies.
  • Removed UserFacade::findUser() from dependencies.
  • Removed UserFacade::getUserById() from dependencies.
  • Introduced UserCollection transfer.
  • Introduced UserConditions transfer.
  • Introduced UserCriteria.userConditions transfer field.
  • Added Transfer module to dependencies.
  • Increased User module version dependency.

Deprecations

  • Deprecated UserCriteria.email transfer field.
  • Deprecated UserConditions.throwUserNotFoundException transfer field.

1.1.0

26 May 12:53

Choose a tag to compare

Included commits: 1.0.0...1.1.0

Fixes

  • Adjusted UserPasswordResetFacade::requestPasswordReset() so now restore password email will be possible to send for active user only instead of user with any status.

Improvements

  • Introduced User.status transfer field.
  • Introduced UserPasswordResetConfig::getUserStatusActive().

1.0.0

16 Aug 19:08

Choose a tag to compare

Included commits: 0.2.1...1.0.0

Breaking Changes

  • Increased UserPasswordResetExtension module version dependency.

0.2.1

13 Aug 12:53

Choose a tag to compare

Included commits: 0.2.0...0.2.1

Improvements

  • Introduced UserPasswordResetRequestTransfer::resetPasswordBaseUrl transfer property.
  • Adjusted UserPasswordResetFacade::requestPasswordReset() so now it regenrates request password link using base URL from request transfer, if provided.

0.2.0

24 Mar 12:28

Choose a tag to compare

Included commits: 0.1.0...0.2.0

Breaking Changes

  • Adjusted UserPasswordResetFacade::requestPasswordReset() to have a UserPasswordResetRequestTransfer as a param instead of $email string.

Improvements

  • Adjusted UserPasswordResetFacadeInterface:: requestPasswordReset () to accept to accept UserPasswordResetRequestTransfer.
  • Removed UserPasswordResetDependencyProvider::PLUGINS_USER_PASSWORD_RESET_REQUEST_HANDLER.
  • Introduced UserPasswordResetDependencyProvider:: PLUGINS_USER_PASSWORD_RESET_REQUEST_STRATEGY.

Adjustments

  • Adjusted composer file to use UserPasswordResetExtension module version ^0.2.0.