Skip to content
/ django Public

Add new feature to PasswordResetView, PasswordResetForm and modify associated password_reset_email.html template#17508

Closed
taeyoung1005 wants to merge 3 commits intodjango:mainfrom
taeyoung1005:feature/password-reset-enhancement
Closed

Add new feature to PasswordResetView, PasswordResetForm and modify associated password_reset_email.html template#17508
taeyoung1005 wants to merge 3 commits intodjango:mainfrom
taeyoung1005:feature/password-reset-enhancement

Conversation

@taeyoung1005
Copy link

I'm not fluent in English, and I use a translation tool, so please forgive me for any possible mistranslations.

Update PasswordResetView, PasswordResetForm to include new feature in password reset logic. Previously, when using the PasswordReset feature, it was not allowed to use a namespace, but now it is allowed.
It works whether you use a namespace in urls.py or not

image

…sociated password_reset_email.html template

Update PasswordResetView, PasswordResetForm to include new feature in password reset logic.
Previously, when using the PasswordReset feature, it was not allowed to use a namespace, but now it is allowed.
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Hello! Thank you for your contribution 💪

As it's your first contribution be sure to check out the patch review checklist.

If you're fixing a ticket from Trac make sure to set the "Has patch" flag and include a link to this PR in the ticket!

If you have any design or process questions then you can ask in the Django forum.

Welcome aboard ⛵️!

@felixxm
Copy link
Member

felixxm commented Nov 22, 2023

Thanks for the patch, however all new features require an accepted ticket. Moreover this change is backward incompatible and I don't think we will accept it, so please first start a discussion on the Django Forum, where you'll reach a wider audience, and follow the guidelines with regards to requesting features.

@felixxm felixxm closed this Nov 22, 2023
@taeyoung1005
Copy link
Author

Thanks for the patch, however all new features require an accepted ticket. Moreover this change is backward incompatible and I don't think we will accept it, so please first start a discussion on the Django Forum, where you'll reach a wider audience, and follow the guidelines with regards to requesting features.

Is it correct to discuss the inconvenience regarding this issue with people on the forum, and if there is a consensus, create a ticket, and then modify the code and submit a pull request?

@felixxm
Copy link
Member

felixxm commented Nov 24, 2023

Is it correct to discuss the inconvenience regarding this issue with people on the forum, and if there is a consensus, create a ticket, and then modify the code and submit a pull request?

Yes, you can submit PR when a ticket is accepted.

@taeyoung1005
Copy link
Author

Yes, you can submit PR when a ticket is accepted.

Thanks :)

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.

2 participants