On Tue, Nov 15, 2016 at 1:53 PM, Damien Accorsi <[email protected]> wrote:
> Hello Alessandro, > > Bastien is working with me on Tracim ; we removed the user_name field > because it was redundant for our requirement. So we use the email address > as user id. > (the problem we are facing would be the same if we would try to change > "user_name" value) > Yes, thanks, I suspected that but wanted to confirm as changing the email normally doesn't need to update the user :D Calling http://turbogears.readthedocs.io/en/latest/reference/classes.html#tg.controllers.util.auth_force_login should do what you are looking for. -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/turbogears. For more options, visit https://groups.google.com/d/optout.

