Closed surfingdmx closed 5 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).
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.