- Issue created by @mike.vindicate
- 🇳🇱Netherlands mike.vindicate
Attached patch that implements solution to skip simple pass reset when guardian is used for guarded accounts.
The Guardian module, guards account so that passwords cannot be edited in the interface. If simple pass reset is turned on, this is circumvented by requesting a new password for the guarded account.
Detect if the Guardian module is used and if you try to login with a guarded account follow the regular process to login and skip the simple pass reset functionality.
Active
1.1
Code
Attached patch that implements solution to skip simple pass reset when guardian is used for guarded accounts.