Differences From Artifact [e3e7a81207]:
- File gluon/contrib/login_methods/email_auth.py — part of check-in [eba4a35a21] at 2011-08-08 04:53:38 on branch develop — Added web2py 1.98.2 (user: spiffy, size: 1101) [annotate] [blame] [check-ins using]
To Artifact [5bde81e3c1]:
- File gluon/contrib/login_methods/email_auth.py — part of check-in [5e6e1e2c0a] at 2011-11-20 05:28:20 on branch feature/web2py_auth — Upgraded to web2py 1.99.2 (user: spiffy, size: 1102) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
30 31 32 33 34 35 36 | server.quit() return True except: if server: server.quit() return False return email_auth_aux | > | 30 31 32 33 34 35 36 37 | server.quit() return True except: if server: server.quit() return False return email_auth_aux |