##// END OF EJS Templates
backport fix...
marcink -
r4104:360f3185 default
parent child Browse files
Show More
@@ -146,7 +146,7 b' class LoginController(BaseController):'
146 form_result['active'] = c.auto_active
146 form_result['active'] = c.auto_active
147 UserModel().create_registration(form_result)
147 UserModel().create_registration(form_result)
148 h.flash(_('You have successfully registered into RhodeCode'),
148 h.flash(_('You have successfully registered into RhodeCode'),
149 category='success')
149 category='success')
150 Session().commit()
150 Session().commit()
151 return redirect(url('login_home'))
151 return redirect(url('login_home'))
152
152
General Comments 0
You need to be logged in to leave comments. Login now