1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/3496a98f9cbe/ changeset: r5487:3496a98f9cbe user: greg date: 2011-04-29 21:32:04 summary: Apply patch from taoliu - ticket #529 - Missing controller when creating user with require_login & allow_user_creatio is on. affected #: 1 file (17 bytes) --- a/lib/galaxy/web/controllers/user.py Fri Apr 29 13:59:11 2011 -0400 +++ b/lib/galaxy/web/controllers/user.py Fri Apr 29 15:32:04 2011 -0400 @@ -371,7 +371,7 @@ redirect_url = url_for( '/' ) if not user and trans.app.config.require_login: if trans.app.config.allow_user_creation: - header = require_login_creation_template % web.url_for( action='create' ) + header = require_login_creation_template % web.url_for( action='create', cntrller='user' ) else: header = require_login_nocreation_template return trans.fill_template( '/user/login.mako', 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.