surfingdmx / biker

A biking competition website
GNU Affero General Public License v3.0
0 stars 0 forks source link

Styling of the account_set_password view #4

Closed surfingdmx closed 4 years ago

surfingdmx commented 4 years ago

The account_set_password view view provided by django-allauth has to be replaced by a custom template in order to be able to apply the application style.

surfingdmx commented 4 years ago

According to the docs this view is not relevant when social authentication is not enabled, as every registered user has already a password. If someone enters the url of this page, he/she is automatically redirected to the password_change_view (or the login view, if not already authenticated).