Andrew Browning
5c7b2a6381
Fix #5451 - add_message inconsistencies
...
Reformat add_message function calls for consistency and PEP8 line
continuations.
2016-04-02 19:59:01 -04:00
Christopher Allan Webber
64c035b39f
Issue #5394 : Wrong url for forgot_password in basic_auth plugin
...
Fix by jerome. Thank you!
2016-01-21 12:37:50 -08:00
Jessica Tallon
d88fcb03e2
Change codebase to query or create correct User model
...
The code base had many references to User.username and other
specific to LocalUser attributes as that was the way it use to exist.
This updates those to query on the generic User model but filtering
by attributes on the LocalUser.
2015-07-31 15:15:24 +02:00
Christopher Allan Webber
4491174df2
accoutn -> account. Typo fix caught by Laura Arjona! Thanks!
...
This commit sponsored by Nick Adams! Thank you!
2013-11-04 15:05:40 -06:00
Christopher Allan Webber
6180e3a915
Fixing up the email verified stuff to reflect the email_verified stuff!
...
This commit sponsored by Derek Holdaway. Thanks!
2013-10-08 13:58:02 -05:00
Rodney Ewing
33b5cebe75
fixed some typos and missed imports
2013-08-16 10:28:49 -07:00
Rodney Ewing
af665c4eb9
moved change_pass to basic_auth and fixed some typos with the moving of forgot pass
2013-08-16 10:28:48 -07:00
Rodney Ewing
aeae6cc290
moved forgot pass to basic_auth plugin
2013-08-16 10:28:47 -07:00
Rodney Ewing
f339b76a4e
moving forgot_password views back to gmg/auth and cleanup
2013-05-24 18:09:57 -07:00
Rodney Ewing
58460a8301
moved forgot pw views to basic_auth plugin
2013-05-24 16:52:47 -07:00