Skip to content
Snippets Groups Projects
Commit a645ecbe authored by Piotr Gawron's avatar Piotr Gawron
Browse files

Merge branch '626-add-option-to-disable-request-an-account' into 'master'

Resolve "Add option to disable `REQUEST AN ACCOUNT`"

Closes #626

See merge request !605
parents 5fcb76cd f5fe61c9
No related branches found
No related tags found
2 merge requests!630WIP: Resolve "The privileges of a new user are not saved in some cases",!605Resolve "Add option to disable `REQUEST AN ACCOUNT`"
Pipeline #8562 canceled
...@@ -79,7 +79,7 @@ public enum ConfigurationElementType { ...@@ -79,7 +79,7 @@ public enum ConfigurationElementType {
/** /**
* Email used for requesting an account (in client side). * Email used for requesting an account (in client side).
*/ */
REQUEST_ACCOUNT_EMAIL("Email used for requesting an account", "your.email@domain.com", REQUEST_ACCOUNT_EMAIL("Email used for requesting an account", "",
ConfigurationElementEditType.EMAIL, false, ConfigurationElementTypeGroup.EMAIL_NOTIFICATION), ConfigurationElementEditType.EMAIL, false, ConfigurationElementTypeGroup.EMAIL_NOTIFICATION),
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment