Differences From Artifact [3b801e0ba3]:
- File gluon/contrib/login_methods/extended_login_form.py — part of check-in [eba4a35a21] at 2011-08-08 04:53:38 on branch develop — Added web2py 1.98.2 (user: spiffy, size: 3531) [annotate] [blame] [check-ins using]
To Artifact [6b873fea64]:
- File gluon/contrib/login_methods/extended_login_form.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: 3532) [annotate] [blame] [check-ins using] [more...]
| ︙ | ︙ | |||
96 97 98 99 100 101 102 |
self.auth.settings.login_form = self.auth
form = DIV(self.auth())
self.auth.settings.login_form = self
form.components.append(self.alt_login_form.login_form())
return form
| > | 96 97 98 99 100 101 102 103 |
self.auth.settings.login_form = self.auth
form = DIV(self.auth())
self.auth.settings.login_form = self
form.components.append(self.alt_login_form.login_form())
return form
|