kpsul/cof
Aurélien Delobelle b42452080f Mass cleaning of kfet' authentication machinery
AccountBackend
- Should now work if used in AUTHENTICATION_BACKENDS settings.
- It does not retieve itself the password, as it should not be used
this way.

GenericBackend
- Delete useless 'username' arg of its 'authenticate()' method.
- Now delete the token in DB.

TemporaryAuthMiddleware
- New name of the middleware is more meaningful.
- Is now responsible to retrieve the password from the request, instead
of the AccountBackend.

GenericTeamToken model
- Add a manager' method to create token, avoiding possible error due to
unicity constraint.

GenericLoginView (authentication with the kfet generic user)
- Replace obscure system with a 100% HTTP handling.
- See comments for more information.

Misc
- More docstrings!
- More tests!
- Add some i18n.
- Add kfet/confirm_form.html template:
    Ask user to confirm sth via a form (which will send a POST request).
    Context variables:
        * title: the page title
        * confirm_url: action attribute for <form>
        * text: displayed confirmation text
- kfet.js : Add functions allowing to emit POST request from <a> tag.
- Non-link nav items from kfet navbar also get a 'title'.
- A utility has been found for the 'sunglasses' glyphicon!
2017-09-25 17:57:47 +02:00
..
locale Ajoute le jour en toutes lettres dans les dates 2016-11-20 18:42:59 +01:00
settings Mass cleaning of kfet' authentication machinery 2017-09-25 17:57:47 +02:00
__init__.py Commit gore : premier push vers git.eleves 2016-05-21 23:57:36 +02:00
asgi.py Modif pour la production 2016-09-24 21:46:35 +02:00
routing.py kfet.open 2017-06-21 07:08:28 +02:00
urls.py Merge branch 'master' into aureplop/kfet_cms 2017-06-12 02:04:28 +02:00