Commit Graph

9 Commits

Author SHA1 Message Date
Benjamin Dauvergne e04459825c add copyright headers (#32866) 2019-05-09 14:02:40 +02:00
Elias Showk 2b2f8ca1b0 remove url patterns to support django 1.11 (#23270) 2018-04-18 15:43:33 +02:00
Benjamin Dauvergne 313824142a always unlink from all FC accounts (fixes #19947) 2017-11-08 11:11:12 +01:00
Mikaël Ates 07a621c291 Add a registration view (fixes #10621).
The view is called to create an account using the data provided by FC
    at account creation.

    The data provided is put in a protected token and sent to the next url.

    If FC provides an email, the view redirects to the activation view.

    If an email is not provided, the view redirects to the email registration
    view.

    The confirm_data parameter of the activation view is a plugin setting.

    Account creation with FC means no password.
2016-04-13 23:03:31 +02:00
Mikaël Ates a0ffde7e50 Add a callback view for logout. 2015-12-03 17:49:21 +01:00
Mikaël Ates 79237e102f Name unlink url. 2015-11-02 10:57:29 +01:00
Benjamin Dauvergne 31d25e8ec4 add an unlink view 2015-10-31 00:39:58 +01:00
Benjamin Dauvergne 60c11073a5 Keep only the LoginOrLinkView 2015-05-27 18:47:43 +02:00
Benjamin Dauvergne 5f6e90e32e Rename MSP plugin as FC plugin 2015-05-27 18:07:23 +02:00