- Issue created by @lukelathouwers
i created new user while logged in as admin and not matching the password policy but did not got any errors so working fine for me
- ๐ง๐ชBelgium kriboogh
The exception bug is fixed (other issue).
I also added an extra note in the module's readme on how the "bypass password policy" is supposed to be interpreted.
When you assign this permissions to a role, it doesn't mean that this role can create users with a password not following the policy. It means users who have this permission, their password is not validated. The validation is done on the actual user being created, not the current user creating the new user.
So in order to create users as an administrator, who's password is not suppose to follow the policy, you simple apply a role with this permission to that new user .
Automatically closed - issue fixed for 2 weeks with no activity.