[web2py] Re: after Lost Password onaccept

2023-03-23 Thread lucas
thank you, that worked great. both suggestions. lucas On Thursday, March 23, 2023 at 8:00:11 AM UTC-4 Leonel Câmara wrote: > It's auth.settings.reset_password_onaccept > > However you can also simply use auth.settings.login_after_password_change > = False to force the user to login again. > >

[web2py] Re: after Lost Password onaccept

2023-03-23 Thread Leonel Câmara
It's auth.settings.reset_password_onaccept However you can also simply use auth.settings.login_after_password_change = False to force the user to login again. A quinta-feira, 23 de março de 2023 à(s) 00:18:28 UTC, lucas escreveu: > hello one and all, > > ok, you know when you assign a function

[web2py] Re: web2py 2.24.1 released

2023-03-23 Thread xgp.l...@gmail.com
Thank you Massimo! El jueves, 23 de marzo de 2023 a las 0:20:20 UTC-5, Massimo Di Pierro escribió: > Hello everybody, > > web2py 2.24.1 has been released. > > Thanks to Leonel, Cem, and Mark for bug fixes including: > - handling corrupt disk cache > - broken application packaging > - compare