[web2py] Re: "Invalid email" when requesting password reset

2021-10-05 Thread Tele Tom
Scot et.al.; I believe I am having the same strange problem. I am using web2py version 2.21.1 with python 2.7.5 I found that particular line of code tyou mentioned in web2py/gluon/tools.py about line: 3468 "if not self.settings.email_case_sensitive:

[web2py] Re: "Invalid email" when requesting password reset

2017-11-30 Thread Ian W. Scott
I think you're right. It looks like the execution hangs up in Auth.request_reset_password at the point where the system is checking a setting for password case sensitivity: if not self.settings.email_case_sensitive: table_user.email.requires.insert(0, IS_LOWER()) I