Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP - [make:reset-password] add remove requests #1470

Closed
wants to merge 1 commit into from

Conversation

jrushlow
Copy link
Collaborator

@jrushlow jrushlow commented Mar 1, 2024

I'm not sure this is a good idea to just include in the generated template. This feature is something you would implement in other parts of an application (like a user profile page). But, I do think we should advertise the ability to flush requests for a user. Perhaps including this method and commenting out the entire thing? Hmm....

@jrushlow jrushlow added Feature New Feature Status: Needs Review Needs to be reviewed labels Mar 1, 2024
@weaverryan
Copy link
Member

I don't think we should add this. Calling the new method would go, for example, in some "update profile" controller where the user can update their email address. After determining that the email did change and flushing, then you'd call the method from reset password before redirecting. But I don't see a use-case for having a user trigger this from the frontend directly.

@weaverryan weaverryan closed this Mar 1, 2024
@jrushlow jrushlow deleted the feature/rp-remove branch March 1, 2024 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New Feature Status: Needs Review Needs to be reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants