-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Limit password resets to self-service users
The portal was able to reset all passwords except for admin users. Password resets and future self-service features must be limited to self-service users. The patch drops the 'System: Change User password' permission and replaces it with two additional permissions for users and stage users. It also introduces a new group for self-service capable users and an automember rule. When a self-registered user is approved by an admin, it is automatically added to the self-service group. The patch also renames the portal user, role and privilege to be more consistent with 'self-service' naming convention. Closes #36
- Loading branch information
Showing
3 changed files
with
159 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters