Skip to content

Commit

Permalink
disable user activation on Main since sending mails is broken
Browse files Browse the repository at this point in the history
and will get probably fixed tomorrow
  • Loading branch information
martenson committed Jan 14, 2016
1 parent a04eab9 commit 30e4519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion production/group_vars/galaxyservers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ base_app_main: &BASE_APP_MAIN
instance_resource_url: "http://wiki.galaxyproject.org/Support"
blacklist_file: "{{ galaxy_config_dir }}/disposable_email_blacklist.conf"
registration_warning_message: "Please register only one account. The {{ galaxy_instance_hostname }} service is provided free of charge and has limited computational and data storage resources. <strong>Registration and usage of multiple accounts is tracked and such accounts are subject to termination and data deletion.</strong>"
user_activation_on: "True"
user_activation_on: "False"
activation_grace_period: 6
inactivity_box_content: "Your account has not been activated yet. Feel free to browse around and see what's available, but you won't be able to upload data or run jobs until you have verified your email address."
wiki_url: "http://wiki.galaxyproject.org/"
Expand Down

0 comments on commit 30e4519

Please sign in to comment.