# 4. Getting Started - Users
This tutorial is based on example code in the Welcome Projects.
Adding User accounts to Rundeck can be done in many ways. Rundeck Enterprise supports Single Sign-On solutions, LDAP Authentication and a variety of other options.
The User Summary tab shows a list of users configured on the Rundeck system.
admin
This is the default administration account included with all Rundeck installations.
alice
and betty
(and some of their friends) are configured by default with more restrictive rights. (the default password for all accounts is admin)
Follow the Exercise below to add your own user:
After following the exercise above, confirm using these steps.
- Open a New Incognito Browser window. (e.g. File > New Incognito Window)
- Browse to http://localhost:4440 (opens new window) and login using
alice
and pw:admin
- Notice that the options under the System Menu (Gear Icon) are limited.
- Open the Welcome Project and Click Jobs. Alice can only run certain jobs indicated with the green play button.
These restrictions are implemented using Access Control Policies. The next step in the Tutorial covers ACLs.