Search for user either by email or user name.
If the user exists, their details will be displayed along with the following options:
- Reset password
- Lock (unlock) account
- User permissions (only visible if you are in the
WebServices
role - see Configuring the Umbraco User Access Manager)
This application will only allow changes to be made to Web Authors.
If the user does not exist and you are in the WebServices
role (see Configuring the Umbraco User Access Manager), you will be given the option to create a new user:
Logon ID = Active directory logon ID
Once the new user has been created, an email will be sent to the user inviting them to change their password. (Same as “Reset Password” option)
Displays the current content tree, showing the permissions assigned to the selected user.
Each level of content tree is retrieved when its parent is expanded, hence the icon may change from a document to a folder if there are sub-nodes.
Ticking and clearing the checkbox against each page updates the permissions immediately.
Copy specifically assigned permissions (not default group permissions) from a selected user to the current user. This does not remove any currently assigned permissions.
Sends an email to the user, containing a link to a page where they can change their password. The link is valid for 24 hours.
Clicking the button will send the email immediately.
Immediately lock the user account, which will disallow logon to the Umbraco admin site. Unlock will allow the user to sign on again.
Add /tools/ to the URL of the application to get a menu of tools:
Check which pages a user has access to, using either email address or username.
Check which users have permissions for a specific page, either by page Url or node Id.
Search the entire site and list pages that do not have any web authors assigned.