Skip to content

For issue 116 - reset password link#162

Open
rianaandrianome wants to merge 14 commits intoV-1.3.0from
116-reset-password-link
Open

For issue 116 - reset password link#162
rianaandrianome wants to merge 14 commits intoV-1.3.0from
116-reset-password-link

Conversation

@rianaandrianome
Copy link
Copy Markdown
Collaborator

@rianaandrianome rianaandrianome commented Feb 18, 2026

Resolves #116

Directus only accepts reset_url values that are in its backend allowlist.

We need to add our frontend URLs to Directus env config, then restart Directus:

http://localhost:5173/recover-passwordand keep prod too: https://guide.watizat.app/recover-password

Use the Directus variable for reset URL allowlisting (on v11: PASSWORD_RESET_URL_ALLOW_LIST) as a comma-separated list.

Example:

PASSWORD_RESET_URL_ALLOW_LIST=http://localhost:5173/recover-password,https://guide.watizat.app/recover-password

After restart, the existing call to reset password should work.

@rianaandrianome rianaandrianome self-assigned this Feb 18, 2026
@rianaandrianome rianaandrianome linked an issue Feb 18, 2026 that may be closed by this pull request
@rianaandrianome rianaandrianome marked this pull request as ready for review February 18, 2026 10:25
@rianaandrianome rianaandrianome changed the title 116 reset password link For issue 116 - reset password link Feb 18, 2026
@aliceout
Copy link
Copy Markdown
Collaborator

It's done, I added the env variable in the docker-compose.yml file, and I've restartered
I let you to tell me @rianaandrianome if the password reset link is working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

Réinitialisation de mot de passe par lien

2 participants