mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
Revert "[FEAT] Attempt to include password reset link in welcome email"
This reverts commit 361ab675d3.
This commit is contained in:
@@ -348,6 +348,9 @@ CONSTANCE_CONFIG = {
|
||||
'RELATIONSHIP_FORM_HELP': (
|
||||
'',
|
||||
'Help text to display at the top of relationship forms.'),
|
||||
'DEPLOYMENT_URL': (
|
||||
'http://localhost',
|
||||
'URL at which this mapper tool is accessible - do NOT include a trailing forward slash'),
|
||||
'PARENT_PROJECT_NAME': (
|
||||
'',
|
||||
'Parent project name'),
|
||||
@@ -445,6 +448,9 @@ CONSTANCE_CONFIG_FIELDSETS = {
|
||||
'ORGANISATION_LIST_HELP',
|
||||
'RELATIONSHIP_FORM_HELP',
|
||||
),
|
||||
'Deployment': (
|
||||
'DEPLOYMENT_URL',
|
||||
),
|
||||
} # yapf: disable
|
||||
|
||||
CONSTANCE_BACKEND = 'constance.backends.database.DatabaseBackend'
|
||||
|
||||
Reference in New Issue
Block a user