adjutant-ui/adjutant_ui/enabled/_6015_forgot_password.py
Amelia Cordwell dfa0388152 Signup Panel
* Accessible at /signup/
* Link placed on bottom of login page.
* Submits a simple signup request to Adjutant.
* Added overextends to based Adjutant enabled file.
* Added back button to match login form to forgot password.
* Change forgot password to match signup autofocus logic.

Change-Id: I1628495a3c35186a45061d07d5e392dc63121ee9
2017-05-25 20:06:40 +12:00

9 lines
282 B
Python

# The name of the dashboard to be added to HORIZON['dashboards']. Required.
DASHBOARD = 'forgot_password'
# A list of applications to be added to INSTALLED_APPS.
ADD_INSTALLED_APPS = [
'adjutant_ui.dashboards.forgot_password_dash',
'adjutant_ui.content.forgot_password',
]