This configures views and forms in order to use Django's password recovery system. This work is build on top of Yurui Xiao's work (cf. https://github.com/Polytechnique-org/xorgauth/pull/59), and integrates the forms with bootstrap3 and zxcvbn. The first commit also configures the mailing system which is needed in order to send password recovery emails. By default (in development environments), no email is really sent, and the message is printed on the console running manage.py runserver.
This configures views and forms in order to use Django's password recovery system. This work is build on top of Yurui Xiao's work (cf. https://github.com/Polytechnique-org/xorgauth/pull/59), and integrates the forms with bootstrap3 and zxcvbn. The first commit also configures the mailing system which is needed in order to send password recovery emails. By default (in development environments), no email is really sent, and the message is printed on the console running
manage.py runserver
.