Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
minerva
core
Merge requests
!605
Resolve "Add option to disable `REQUEST AN ACCOUNT`"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Add option to disable `REQUEST AN ACCOUNT`"
626-add-option-to-disable-request-an-account
into
master
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Piotr Gawron
requested to merge
626-add-option-to-disable-request-an-account
into
master
6 years ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
Closes
#626 (closed)
Edited
6 years ago
by
Piotr Gawron
0
0
Merge request reports
Viewing commit
f5fe61c9
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
f5fe61c9
default email used for requesting accounts is empty
· f5fe61c9
Piotr Gawron
authored
6 years ago
model/src/main/java/lcsb/mapviewer/model/user/ConfigurationElementType.java
+
1
−
1
Options
@@ -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
),
/**
Loading