kpsul/gestioncof/templates
Aurélien Delobelle 05eeb6a25c core -- Install django-allauth-ens
Refer to allauth doc for an accurate features list:
  http://django-allauth.readthedocs.io/en/latest/

Users can now change their password, ask for a password reset, or set
one if they don't have one.

In particular, it allows users whose account has been created via a
clipper authentication to configure a password before losing their
clipper. Even if they have already lost it, they are able to get one
using the "Reset password" functionality.

Allauth multiple emails management is deactivated. Requests to the
related url redirect to the home page.

All the login and logout views are replaced by the allauth' ones. It
also concerns the Django and Wagtail admin sites.

Note that users are no longer logged out of the clipper CAS server when
they authenticated via this server. Instead a message suggests the user
to disconnect.

Clipper connections and `login_clipper`
---------------------------------------

- Non-empty `login_clipper` are now unique among `CofProfile` instances.
- They are created once for users with a non-empty 'login_clipper' (with
the data migration 0014_create_clipper_connections).
- The `login_clipper` of CofProfile instances are sync with their
clipper connections:
    * `CofProfile.sync_clipper_connections` method updates the
connections based on `login_clipper`.
    * Signals receivers `sync_clipper…` update `login_clipper` based on
connections creations/updates/deletions.

Misc
----

- Add NullCharField (model field) which allows to use `unique=True` on
CharField (even with empty strings).
- Parts of kfet mixins for TestCase are now in shared.tests.testcase,
  as they are used elsewhere than in the kfet app.
2018-10-21 17:09:12 +02:00
..
gestioncof core -- Install django-allauth-ens 2018-10-21 17:09:12 +02:00
registration Upgrade to Django 1.11 2017-11-19 18:41:39 +01:00
404.html Déplace les templates dans les apps 2016-05-26 02:59:19 +02:00
500.html Déplace les templates dans les apps 2016-05-26 02:59:19 +02:00
autocomplete_user.html The end of Clipper 2016-12-25 11:57:50 +01:00
base.html Add an announcement banner 2017-05-25 23:58:59 +01:00
base_title.html Traitement des messages 2017-02-03 18:28:56 +01:00
base_title_petitscours.html le home commence a avoir une bonne tronche 2016-07-11 19:59:32 +02:00
demande-petit-cours-raw.html Upgrade to reCAPTCHA v2 2018-05-14 13:22:59 +02:00
demande-petit-cours.html hotfix: wrong url name 2018-05-28 00:09:30 +02:00
details_demande_petit_cours_infos.html css des petits cours 2016-07-29 11:33:26 +02:00
event_status.html cof -- Fix urls naming in event template 2018-01-19 18:38:34 +01:00
home.html core -- Install django-allauth-ens 2018-10-21 17:09:12 +02:00
inscription-petit-cours-formset.html Various fixes for Django 1.11 2018-02-11 19:09:07 +01:00
inscription-petit-cours.html Supprime les doublons avec jquery 2017-02-11 11:50:49 +01:00
liste_clubs.html On peut changer de respos 2016-08-23 21:09:47 +02:00
liste_mails.html Déplace les templates dans les apps 2016-05-26 02:59:19 +02:00
login.html Upgrade to Django 1.11 2017-11-19 18:41:39 +01:00
login_switch.html Upgrade to Django 1.11 2017-11-19 18:41:39 +01:00
membres_clubs.html On peut changer de respos 2016-08-23 21:09:47 +02:00
petits_cours_demandes_list.html css des petits cours 2016-07-29 11:33:26 +02:00
registration.html Fix old-style urls (registration) 2018-04-16 16:34:34 +02:00
survey_status.html cof -- Fix urls naming in survey templates 2018-01-19 18:01:36 +01:00
tristate_js.html Répare les liens vers les images dans les events 2016-05-28 23:56:29 +02:00
utile_bda.html Hotfix: broken urls for mailing lists 2018-06-01 17:08:24 +02:00