commit/galaxy-central: 5 new changesets
5 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/2dc56086d6dc/ Changeset: 2dc56086d6dc User: dorine Date: 2013-09-17 19:19:32 Summary: modified registration message Affected #: 1 file diff -r 48fad71361b3075c85c7d365dd52c106cabad73a -r 2dc56086d6dcf32fe76c39ee31bca3a8afbdc129 templates/user/register.mako --- a/templates/user/register.mako +++ b/templates/user/register.mako @@ -107,6 +107,9 @@ <input type="submit" name="create_user_button" value="Submit"/></div></form> + <div style="color: red; margin: 30px 0 10px 12px;"> + WARNING: Only one account per user is allowed. Creating multiple accounts will be detected and may result in termination of all related accounts. Please note that any violation of the <a style="color: red;" href="/static/terms.html" target="_blank">Terms and Conditions for use of this service</a> is cause for permanent suspension and data deletion. + </div></div></%def> https://bitbucket.org/galaxy/galaxy-central/commits/2d70646b76d1/ Changeset: 2d70646b76d1 User: dorine Date: 2013-09-17 20:41:09 Summary: modified registration message Affected #: 2 files diff -r 2dc56086d6dcf32fe76c39ee31bca3a8afbdc129 -r 2d70646b76d15e80c7918d79b00e66732f19e870 templates/user/register.mako --- a/templates/user/register.mako +++ b/templates/user/register.mako @@ -107,8 +107,8 @@ <input type="submit" name="create_user_button" value="Submit"/></div></form> - <div style="color: red; margin: 30px 0 10px 12px;"> - WARNING: Only one account per user is allowed. Creating multiple accounts will be detected and may result in termination of all related accounts. Please note that any violation of the <a style="color: red;" href="/static/terms.html" target="_blank">Terms and Conditions for use of this service</a> is cause for permanent suspension and data deletion. + <div class="alert alert-danger" style="margin: 30px 12px 12px 12px;"> + WARNING: Only one account per user is allowed. Creating multiple accounts will be detected and may result in termination of all related accounts. Please note that any violation of the <a href="${trans.app.config.get('terms_url', None)}">Terms and Conditions for use of this service</a> is cause for permanent suspension and data deletion. </div></div> diff -r 2dc56086d6dcf32fe76c39ee31bca3a8afbdc129 -r 2d70646b76d15e80c7918d79b00e66732f19e870 universe_wsgi.ini.sample --- a/universe_wsgi.ini.sample +++ b/universe_wsgi.ini.sample @@ -26,12 +26,13 @@ use = egg:Paste#http # The port on which to listen. -#port = 8080 +port = 8080 # The address on which to listen. By default, only listen to localhost (Galaxy # will not be accessible over the network). Use '0.0.0.0' to listen on all # available network interfaces. #host = 127.0.0.1 +host = 0.0.0.0 # Use a threadpool for the web server instead of creating a thread for each # request. https://bitbucket.org/galaxy/galaxy-central/commits/7960d6872156/ Changeset: 7960d6872156 User: dorine Date: 2013-09-17 20:56:13 Summary: modified registration message Affected #: 1 file diff -r 2d70646b76d15e80c7918d79b00e66732f19e870 -r 7960d6872156bdea26de50c6701646847194cd80 universe_wsgi.ini.sample --- a/universe_wsgi.ini.sample +++ b/universe_wsgi.ini.sample @@ -26,13 +26,12 @@ use = egg:Paste#http # The port on which to listen. -port = 8080 +#port = 8080 # The address on which to listen. By default, only listen to localhost (Galaxy # will not be accessible over the network). Use '0.0.0.0' to listen on all # available network interfaces. #host = 127.0.0.1 -host = 0.0.0.0 # Use a threadpool for the web server instead of creating a thread for each # request. https://bitbucket.org/galaxy/galaxy-central/commits/7fe444e0b76e/ Changeset: 7fe444e0b76e User: dorine Date: 2013-09-17 23:26:00 Summary: rephrased with 'please register only one account...' Affected #: 1 file diff -r 7960d6872156bdea26de50c6701646847194cd80 -r 7fe444e0b76ed05fe5e4855c910519699c3b6863 templates/user/register.mako --- a/templates/user/register.mako +++ b/templates/user/register.mako @@ -108,7 +108,7 @@ </div></form><div class="alert alert-danger" style="margin: 30px 12px 12px 12px;"> - WARNING: Only one account per user is allowed. Creating multiple accounts will be detected and may result in termination of all related accounts. Please note that any violation of the <a href="${trans.app.config.get('terms_url', None)}">Terms and Conditions for use of this service</a> is cause for permanent suspension and data deletion. + Please register only one account - we provide this service free of charge and have limited computational resources. Multi-accounts are tracked and will be subjected to account termination and data deletion. </div></div> https://bitbucket.org/galaxy/galaxy-central/commits/0c1ecb1f4190/ Changeset: 0c1ecb1f4190 User: martenson Date: 2013-09-23 20:58:23 Summary: Merged in dorine/galaxy-central_registrationmessage (pull request #221) modified registration message Affected #: 2 files diff -r 315b484fe81b99954c093b248859a16cd65b4164 -r 0c1ecb1f4190800abdb29b3a17fc2b9d8bd21eba templates/user/register.mako --- a/templates/user/register.mako +++ b/templates/user/register.mako @@ -107,6 +107,9 @@ <input type="submit" name="create_user_button" value="Submit"/></div></form> + <div class="alert alert-danger" style="margin: 30px 12px 12px 12px;"> + Please register only one account - we provide this service free of charge and have limited computational resources. Multi-accounts are tracked and will be subjected to account termination and data deletion. + </div></div></%def> Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org