Closed (fixed)
Project:
Password Reset Landing Page (PRLP)
Version:
2.0.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Apr 2020 at 17:21 UTC
Updated:
23 Jan 2026 at 21:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
waspper commentedAttaching patch...
Comment #3
waspper commentedComment #4
jitesh doshi commentedMaking this change will break existing installations. Can you please include a migration that assigns this new permission to all existing users that have the "administer users" permission?
Comment #5
loze commentedHere's a patch that adds an update hook.
Thanks.
Comment #6
qzmenkoThanks, new permission works.
Comment #7
flocondetoileNot sure patch #2 will break anything. Anyway, site administrators still get access to PRLP settings.
And in my case, this patch is useful because I don't want users with the permission "administer users" to be able to manage PRLP Settings. And in my case, when i give the permission "adminsiter users" I didn't want to give them the permision to manage PRLP settings. So In my mind patch #2 should be committed, not #5 which ensure that an unwanted situation is still present.
Otherwise RTBC++ (#2 or #5)
Comment #10
elc commentedTurned into MR against 2.0.x branch.
Fixed up tests to use new permission. Cleanup on tests to avoid doing extra work which isn't tested or needed.
Tests are green all round.
Comment #12
anybodyNice work, confirming RTBC. This is surely kind of a good standard now and makes sense!
Comment #14
ccrawford91 commentedThe PR has been merged and will be included in the next release.