{% extends "base.html" %} {% block title %}Options | Password Manager{% endblock %} {% block heading %}Password Manager{% endblock %} {% block pageid %}password{% endblock %} {% block content %}
Passwords generated here are intended only for scripted access to the GraceDB REST API by LV-EM users.
Your username is: {{ user.username }}
{% if has_password %} {% if password %}Your password is: {{ password }}
{% endif %} {% if expired %}Your password has expired. Please generate a new one by clicking the button below.
{% else %}Your password expires in {{ expiration_days }} days.
{% endif %} {% 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 %}