Jeff Bradberry f2be4de544 Use Django's own logic to invalidate sessions of users when changing passwords
The key is django.contrib.auth.update_session_auth_hash(), which knows
how to inject a recalculated session hash back into the session if the
requesting user is changing their own password, in order to keep that
user logged in.
2019-03-27 10:06:13 -04:00
..
2016-12-09 14:19:41 -05:00
2018-10-31 11:04:12 -04:00
2015-06-11 16:10:23 -04:00
2018-07-30 10:23:27 -04:00
2019-01-15 14:09:01 -05:00
2019-02-27 16:56:36 -05:00
2015-06-11 16:10:23 -04:00
2017-06-28 15:49:55 -04:00