Skip to content

[SOLVED] Best practice for resetting your password #396

Answered by pixobit
pixobit asked this question in Q&A
Discussion options

You must be logged in to vote

Solved it the following way:
Implemented forgot password to send out a magic link email
When using the link to log in (the verify method), I redirect the user to the reset-password page
The reset-password page only works if session('magicLogin') is set, and this page allows to change the password without specifying the old password

Replies: 3 comments 9 replies

Comment options

You must be logged in to vote
6 replies
@pixobit
Comment options

@datamweb
Comment options

@pixobit
Comment options

@datamweb
Comment options

@pixobit
Comment options

Comment options

You must be logged in to vote
2 replies
@pixobit
Comment options

@datamweb
Comment options

Comment options

You must be logged in to vote
1 reply
@pixobit
Comment options

Answer selected by pixobit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants