I can't find the form to reset the password as a regular user on SIB. The only place I know is /admin which should not be accessible to regular users. Can someone provide me the steps to reproduce the bug?
By Christophe Henry on 2019-10-14T12:34:41 (imported from GitLab project)
You can click on Lost password? here, which brings you to Django's admin. That's not what we want :-)
@balessan, @Alice-P : Have you implemented that part on CoopStarter, allowing the user to reset her password? If yes, could you point us to the relevant part in the code base ?
By Alexandre on 2019-10-14T12:34:41 (imported from GitLab project)
It is not part of the coopstarter code base, but provided directly by the djangoldp_account package, and the associated URL is of type: https://api.coopstarter.happy-dev.fr/auth/password_reset/
And I am pretty sure that it works out of the box.
I think the link is correct. For some reason it uses the admin template. I'm not sure if it's the default behavior or if you did something special. Can you check your templates?