Skip to content

3621 password reset email validation rebased#4177

Merged
mauromsl merged 5 commits into
masterfrom
3621-password_reset_email_validation_rebased
Aug 22, 2024
Merged

3621 password reset email validation rebased#4177
mauromsl merged 5 commits into
masterfrom
3621-password_reset_email_validation_rebased

Conversation

@StephDriver

Copy link
Copy Markdown
Member

created a new GetResetToken form and linked through to each of the three themes.

Closes #3621

@StephDriver StephDriver requested a review from ajrbyers May 13, 2024 11:12
@StephDriver StephDriver requested review from mauromsl and removed request for mauromsl May 13, 2024 11:42

@ajrbyers ajrbyers left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This is a very welcome change. Now that this page is using a Django form we should also display any form errors returned when the form is not valid. This can be done by adding the following include to each of the templates:

{% include "elements/forms/errors.html" with form=your_form_name_here %}

@ajrbyers ajrbyers assigned StephDriver and unassigned ajrbyers Jun 4, 2024
@StephDriver

Copy link
Copy Markdown
Member Author

error validation added and tested.

@StephDriver StephDriver requested a review from ajrbyers June 26, 2024 10:03
@StephDriver StephDriver assigned ajrbyers and unassigned StephDriver Jun 26, 2024
@ajrbyers ajrbyers requested a review from mauromsl June 26, 2024 14:36
@ajrbyers ajrbyers assigned mauromsl and unassigned ajrbyers Jun 26, 2024

@mauromsl mauromsl left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks @StephDriver just a very minor nitpick (sorry!)

Comment thread src/core/forms/forms.py Outdated
@mauromsl mauromsl assigned StephDriver and unassigned mauromsl Aug 6, 2024
@StephDriver StephDriver requested a review from mauromsl August 12, 2024 09:38
@StephDriver StephDriver assigned mauromsl and unassigned StephDriver Aug 12, 2024
@StephDriver StephDriver marked this pull request as draft August 13, 2024 09:19
@StephDriver StephDriver marked this pull request as ready for review August 13, 2024 09:26
@StephDriver StephDriver force-pushed the 3621-password_reset_email_validation_rebased branch from 514cbb6 to 5dcc5b7 Compare August 16, 2024 14:03
@mauromsl mauromsl merged commit 4b53568 into master Aug 22, 2024
@mauromsl mauromsl deleted the 3621-password_reset_email_validation_rebased branch August 22, 2024 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Email address not validated in password reset form

3 participants