Skip to content

Add Password::Combination

Maxime Besson requested to merge feature-password-change-combination-714 into v2.0

This is a simple implementation of Password::Combination :

  • Loads the Password:: version of all UserDB:: modules declared in a combination rule, if available
  • When a password change is requested by a logged in user or by the mail reset plugin, the _userDB session key is used to dispatch the request to the correct password module
  • overrides used by the password module are the ones declared by the UserDB module

Solves #714 (closed) and #716 (closed) in common use cases ([LDAP1] or [LDAP2]), ifs should be supported, ands are not for the moment

Merge request reports