aboutsummaryrefslogtreecommitdiff
path: root/src/web/views/session_mgmt.py
Commit message (Expand)AuthorAge
* The project is now using Poetry.Cédric Bonhomme2020-02-26
* The import 'werkzeug.generate_password_hash' is deprecated.Cédric Bonhomme2019-09-30
* account checking without storing the email of the userCédric Bonhomme2018-04-04
* lazy loading of the translationCédric Bonhomme2016-09-12
* Display login message as information.Cédric Bonhomme2016-09-07
* update last_seen after each request.Cédric Bonhomme2016-08-30
* Fixed some depreciations with the new version of Flask.Cédric Bonhomme2016-05-29
* Moved notifications module.Cédric Bonhomme2016-04-10
* Send an email for the account confirmation.Cédric Bonhomme2016-04-07
* Bug fix.Cédric Bonhomme2016-04-07
* Bug fix.Cédric Bonhomme2016-04-07
* Code update. Some problems with CSRF token on Chromium...Cédric Bonhomme2016-03-02
* begin integration of the new architectureCédric Bonhomme2016-03-01
bgstack15