Role Descriptions
Because of #480660, the text at /admin/user/roles is now stale. Currently reads:
By default, Drupal comes with two user roles:
* Anonymous user: this role is used for users that don't have a user account or that are not authenticated.
* Authenticated user: this role is automatically granted to all logged in users.
I propose this new text as a replacement:
By default, Drupal comes with three user roles:
* Anonymous user: this role is used for users that don't have a user account or that are not authenticated.
* Authenticated user: this role is automatically granted to all logged in users.
* Administrator: this role grants all permissions and should be used for trusted users only.
I did not include a patch, as the wording will invariably be worked on/modified.

#1
Can you give a screenshot, so we can easily review.
#2
Starter patch attached. I didn't have time to test (nor make screen shots) so I have no idea whether it even works. I'm bad about getting my quotation marks mixed up, but I'll let the bot test.
All the text there needed a bit of refresh, IMO. I also got rid of some -- IMO -- worthless "example" text, and banished the tags to outside the text like its neighbors.
#3
Updated the patch. You forgot to 'return $output' at the end of that block of code.
Patch and images attached.
#4
#5
I am wondering whether this shouldn't just be in the help text of Roles?
#6
Oops. I also misnamed the "administrator" role.
#7
Fixed the name of the administrator role.
@Bojhan, it is in the help text of roles..
#8
#9
No as in, not on that page, but on a separate help page. It seems to be taking a lot of screen real estate. And after reading it once its useless.
#10
I agree with you, but in another issue.
Let's just fix the text and then open another issue that can move the text around and make it a little more logical. We can tag that one with d7ux or usability or whatever the current tag is and it'll get some attention that way.
Here's an updated patch that removes the <em&rt; tags that were around the role names.
#11
@cweagans : Agreed, looks good to me. If keith is fine with it as well I will mark RTBC
#12
We can't hardcode that help text because the administrator role is only created as part of the default install profile, but not as part of the minimal install profile. Plus, as you can see on the roles administration page, the 'administrator' role can also be renamed or deleted.
I think this is a "won't fix", unless we make the patch a lot more generic and allow people to provide a description or explanation for custom role. That would require more extensive UI changes; i.e. below each role we could provide a description in small print like we did on the permissions administration page. We could then eliminate (rework) parts of the help texts. Could be a really nice clean-up.
#13
Dries is spot on. We probably need to add a "description' to roles like we did for user permissions, and then in the help text on this page, just mention that a number of roles may be preinstalled by the installation profile.
#14
Ohh, no lets not add in functionality for descriptions. Sorry, but I'd rather just kill this text - then spend days working on a viable implementation of help text. I don't see many people not understanding what anonymous, autenticated user and administrator means.
#15
Bojhan:
#16
Yeah, I'm with keith.smith and Dries on this one.
I'll start hacking on this and see if I can't come up with something decent.
#17
I attacked this #393406: make roles admin look like content types previously.
I don't see many people not understanding what anonymous, autenticated user and administrator means.
This is way off the mark. We are trying to make these "default roles" for anonymous visitors and authenticated users configurable and the decsription WILL help distinguish them when that is the case.
#468768: Remove hardcoded anonymous and authenticated user roles is taking an interesting approach at this and i think it is a bit heavy handed. i would prefer just allowing users to edit the names and descriptions of the original roles as i had done in my patch. If we somehow attach the notification that this is the "authenticate user role" we have a real win win imo.
Keiths 4th pont is also key imo.
#18
Yeah, +1 to descriptions, but it looks like you already have a good portion of this done in #393406: make roles admin look like content types, so I'll mark this as duplicate.
Lets make #393406: make roles admin look like content types happen -- big win for Drupal :)