Description:
re-added registration config
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
r774:0f0c4f139f2b - - 1 file changed: 8 inserted, 0 deleted
@@ -102,6 +102,14 | |||||
|
102 | :default_value => 'false', |
|
102 | :default_value => 'false', |
|
103 | :description => 'When true, any user can view/download test data' |
|
103 | :description => 'When true, any user can view/download test data' |
|
104 | }, |
|
104 | }, |
|
|
105 | + | ||
|
|
106 | + { | ||
|
|
107 | + :key => 'system.online_registration', | ||
|
|
108 | + :value_type => 'boolean', | ||
|
|
109 | + :default_value => 'false', | ||
|
|
110 | + :description => 'This option enables online registration.' | ||
|
|
111 | + }, | ||
|
|
112 | + | ||
|
105 | # If Configuration['system.online_registration'] is true, the |
|
113 | # If Configuration['system.online_registration'] is true, the |
|
106 | # system allows online registration, and will use these |
|
114 | # system allows online registration, and will use these |
|
107 | # information for sending confirmation emails. |
|
115 | # information for sending confirmation emails. |
You need to be logged in to leave comments.
Login now