{% extends "base.html" %} {% block title %}Options | Password Manager{% endblock %} {% block heading %}Password Manager{% endblock %} {% block pageid %}userprofile{% endblock %} {% block content %}

Passwords generated here are intended only for scripted access to GraceDB by LV-EM users. Your password allows access to the REST API.

Your username is: {{ username }}

{% if password %}

Your password is: {{ password }}

{% else %}

You do not currently have a password set.

{% endif %}

Press the button here to get a new password (or change your existing one):

Note:Clicking this button has the effect of changing your password, and any old passwords will no longer work. Also, passwords will expire after one year.

{% endblock %}