******************************
User administration (AER 2.24)
******************************

.. raw:: html

    <div class="section" id="add-a-user">
    <h2>Add a user<a class="headerlink" href="#add-a-user" title="Permalink to this headline">¶</a></h2>
    <p>New users can navigate to your local Anaconda Repository web page and sign themselves up for an
    account, or the administrator can add them using the command line:</p>
    <div class="highlight-default"><div class="highlight"><pre><span></span><span class="n">anaconda</span><span class="o">-</span><span class="n">server</span><span class="o">-</span><span class="n">create</span><span class="o">-</span><span class="n">user</span> <span class="o">--</span><span class="n">username</span> <span class="s2">&quot;jsmith&quot;</span> <span class="o">--</span><span class="n">password</span> <span class="s2">&quot;abc123DEF&quot;</span>  <span class="o">--</span><span class="n">email</span> <span class="s2">&quot;jsmith@acme.com&quot;</span>
    </pre></div>
    </div>
    <p>NOTE: Replace jsmith, abc123DEF, and <a class="reference external" href="mailto:jsmith&#37;&#52;&#48;acme&#46;com">jsmith<span>&#64;</span>acme<span>&#46;</span>com</a> with the actual username, password, and email address of the new user.</p>
    </div>
    <div class="section" id="resending-welcome-emails-to-new-users">
    <h2>Resending welcome emails to new users<a class="headerlink" href="#resending-welcome-emails-to-new-users" title="Permalink to this headline">¶</a></h2>
    <p>If a user reports that they did not receive their welcome email after registering on your local Anaconda Repository web page, it may have been caught in a spam filter. An administrator can regenerate and manually send this email.</p>
    <p>Resend welcome email:</p>
    <ol class="arabic simple">
    <li>Log into your Anaconda repository administrative account.</li>
    <li>Navigate to the following url: <code class="docutils literal"><span class="pre">http://your.anaconda.repository:&lt;port&gt;/admin/resend_email/password_reset</span></code></li>
    <li>Click the &#8220;Confirmation&#8221; tab.</li>
    <li>Enter the user&#8217;s email address and re-generate the email template.</li>
    <li>Send the email to the user.</li>
    </ol>
    </div>
    <div class="section" id="resetting-user-passwords">
    <h2>Resetting user passwords<a class="headerlink" href="#resetting-user-passwords" title="Permalink to this headline">¶</a></h2>
    <p>If a user forgets their password, an administrator can request a reset link to provide to the user.</p>
    <ol class="arabic simple">
    <li>Go to the following url: <code class="docutils literal"><span class="pre">http://your.anaconda.repository:&lt;port&gt;/admin/resend_email/password_reset</span></code></li>
    <li>Select the &#8220;Password Reset&#8221; tab.</li>
    <li>Enter the user&#8217;s email address.</li>
    <li>The graphical user interface will generate a password reset link.</li>
    <li>Email the link to the user.</li>
    </ol>
    </div>
