Add config option to disable the invites
Some foodcoops require that an admin adds all users to have more control over the users.
This commit is contained in:
parent
f5b6fbcf18
commit
e16a0fb336
12 changed files with 25 additions and 11 deletions
|
|
@ -2,5 +2,6 @@
|
|||
= config_input form, :use_wiki, as: :boolean
|
||||
= config_input form, :use_nick, as: :boolean
|
||||
= config_input form, :tolerance_is_costly, as: :boolean
|
||||
= config_input form, :disable_invite, as: :boolean
|
||||
= config_input form, :help_url, as: :url, input_html: {class: 'input-xlarge'}
|
||||
= config_input form, :webstats_tracking_code, as: :text, input_html: {class: 'input-xxlarge', rows: 3}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue