Resetting a user password#

  1. In the AEN navigation bar, click Admin to open the Admin Settings page.

  2. In the Staff menu, select Password Reset:

  3. Enter the username of the user whose password needs to be reset.

  4. Click the Generate URL button.

    A password reset link is generated that you can email to the user.

Alternatively you may use the command line interface:

  1. Use ssh to log in to the server as root.

  2. Run:

    /opt/wakari/wakari-server/bin/wk-server-admin reset-password -u SOME_USER -p SOME_PASSWORD
    

    NOTE: Replace SOME_USER with the username and SOME_PASSWORD with the password.

  3. Log in to AEN as the user.