15 Commits (d8a132d3c04465ca2b154b1bd0a188d1c2515e21)

Author SHA1 Message Date
Guillim d8a132d3c0 we add a verification that the email is already configured to avoid an error while creating a user and sending a confirmation email 5 years ago
Guillim 04ee45aeff typo modif 5 years ago
Guillim 7f28808f66 We try another way to specify the backend to the login function. Even though the original code mentions it is possible : https://docs.djangoproject.com/en/2.2/_modules/django/contrib/auth/#login 5 years ago
Guillim 57f8097b80 it's a small fix: when there was an error in the signup form, the redirection to signup was without allow_signup, wich triggered a weird "you can't singup" message. 5 years ago
Guillim a6ea2a772a coding style fixes 5 years ago
Guillim b68f11525f we fix some coding style issues following the PR 5 years ago
Guillim 01ba541ce9 fixing trailing spaces (PEP8 requirement) 5 years ago
Guillim 3e7234e2a6 We go on with authentification: 5 years ago
Guillim e1e82a06ad We finally make URLs available to the whole application 5 years ago
Guillim 6551e81be8 We create the funciton that validates an email address checking if the token if correct. 5 years ago
Guillim 1e65212d22 We create the Signup view, one of the most important. It is important to keep in mind the difference of action between the GET and the POST. 5 years ago
Guillim f247c19aeb CLassic mandatory files for a python package 5 years ago
Guillim 9caf7751fa Small trick: we add a filter to the Django templating in order to add some class to our form inputs 5 years ago
Guillim 08c66e8103 Creation of all templates for account creation through /signup 5 years ago
Guillim f29bf9b99d creation of all templates for reseting password 5 years ago