Ocelot-Social-Community / Ocelot-Social

Free and open-source social network for active citizenship.
https://ocelot.social
Other
95 stars 37 forks source link

🚀 Add .well-known/change-password support #4118

Open nimitbhargava opened 3 years ago

nimitbhargava commented 3 years ago

:rocket: Feature

Set a redirect from /.well-known/change-password to the change password page (/settings/security). This will enable password managers to navigate your users directly to that page.

User Problem

Currently when use click on Change Password from their password manager (like Google Chrome saved Password) then they are redirected to /.well-known/change-password and later get redirected to /.

Implementation

Expected implementation suggested by @ulfgebhardt would be a redirect to /settings/security (password change page) when visit /.well-known/change-password

Validation

It can be validated once user is able to redirect to password change page

Additional context

https://w3c.github.io/webappsec-change-password-url/ https://web.dev/change-password-url/

ulfgebhardt commented 3 years ago

Hey @nimitbhargava how is it going? Should I unassign you? How is your life?