backdrop-contrib / userprotect

Allow fine-grained access control of user accounts by providing various account editing protections.
GNU General Public License v2.0
0 stars 0 forks source link

Add descriptive help text to Protected Users page #6

Open izmeez opened 1 month ago

izmeez commented 1 month ago

The Protected Users page may be improved with some descriptive help text adapted from the D7 version.

"These settings override any role-based protections for the user in question. For more information on how to configure userprotect settings, see the github wiki."

izmeez commented 1 month ago

Likewise, the Protected roles page may be improved with some descriptive help text adapted from the D7 version.

"Setting a protection for a role will enable that protection for all users in the role. They are overridden by any per-user protections for the user in question. For more information on how to configure userprotect settings, see the github wiki."

izmeez commented 1 month ago

Also, the Administrator bypass page may be improved with some descriptive help text adapted from the D7 version.

"These settings add bypasses to any user who has the 'administer users' permission. They override the defaults for the user in question. For more information on how to configure userprotect settings, see the github wiki."

izmeez commented 1 month ago

And, the Protection defaults page, at the top before the defaults checkbox list.

"Set global default protection values here. For more information on how to configure userprotect settings, see the github wiki."

izmeez commented 1 month ago

I can roll these all into one PR with separate commits if the idea is supported.