For a site I am working on, I wanted to have a description for each of the roles on the select page e.g. what their different permissions where, cost, etc. I figured it wouldn't be too hard to have this functionality, so I managed to code it myself. If anyone else feels they want this functionality, here's the patch.

The patch provides an admin/settings page where you can enter a description for whatever roles you want. That description is then displayed below the role name on the role selection page. You can leave the description textarea blank if you don't want descriptions to appear.

Comments

davemybes’s picture

StatusFileSize
new4 KB

It turns out there was a problem with user roles that have a space in them, so I have redone the patch to fix that. I have also added in an extra sort function so that you can change the order of the roles on the select role page.

cyberswat’s picture

Assigned: Unassigned » cyberswat
cyberswat’s picture

Status: Needs review » Closed (fixed)