User administration¶
Add a user¶
New users can navigate to the Anaconda repository web page and sign up there, or an administrator can add them using the command line:
anaconda-server-create-user --username "jsmith" --password "abc123DEF" --email "jsmith@acme.com"
NOTE: Replace jsmith, abc123DEF, and jsmith@acme.com with the actual username, password, and email address of the new user.
Resending welcome emails to new users¶
If a user reports not receiving their welcome email after registering with the graphical user interface, it may have been caught in a spam filter. You can regenerate and manually send this email.
Resend welcome email:
- Log into your Anaconda repository administrative account.
- Navigate to the following url: http://your.anaconda.server:<port>/admin/resend_email/password_reset
- Click the “Confirmation” tab.
- Enter the user’s email address and re-generate the email template.
- Send the email to the user.
Resetting user passwords¶
If a user forgets their password, you can request a reset link to provide to the user.
- Go to the following url: http://your.anaconda.server:<port>/admin/resend_email/password_reset
- Select the “Password Reset” tab.
- Enter the user’s email address.
- The graphical user interface will generate a password reset link.
- Email the link to the user.