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

default email used for requesting accounts is empty

parent 96a82e77
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 #8551 passed
......@@ -79,7 +79,7 @@ public enum ConfigurationElementType {
/**
* 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),
/**
......
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