Skip to content

Match path prefixes in locked auth strategy#1446

Merged
jchate6 merged 3 commits intodevfrom
1445-adding-password-reset-to-login-page
Mar 12, 2026
Merged

Match path prefixes in locked auth strategy#1446
jchate6 merged 3 commits intodevfrom
1445-adding-password-reset-to-login-page

Conversation

@Fingel
Copy link
Copy Markdown
Contributor

@Fingel Fingel commented Mar 11, 2026

Resolves #1445 by ensuring that urls like /accounts/reset/ can be matched in open_urls with /accounts/reset/

Resolves #1445 by ensuring that urls like /accounts/reset/<id> can be
matched in open_urls with /accounts/reset/
@Fingel Fingel requested a review from jchate6 March 11, 2026 21:58
Copy link
Copy Markdown
Contributor

@jchate6 jchate6 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We will also want to update the docs in common/customsettings.rst and the comment in tom_setup/templates/tom_setup/settings.tmpl:331,351 and tom_base/settings.py

@jchate6 jchate6 moved this to Needs Review in TOM Toolkit Mar 11, 2026
Note that in regard to #1445 the user will need to add
/accounts/reset/*/ to the OPEN_URLS list.
@jchate6 jchate6 self-requested a review March 12, 2026 00:18
@jchate6 jchate6 merged commit aa52509 into dev Mar 12, 2026
26 checks passed
@github-project-automation github-project-automation bot moved this from Needs Review to Merged (to dev) in TOM Toolkit Mar 12, 2026
@jchate6 jchate6 deleted the 1445-adding-password-reset-to-login-page branch March 12, 2026 01:20
@jchate6 jchate6 moved this from Merged (to dev) to Released in TOM Toolkit Mar 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

Adding password reset to login page

2 participants