Skip to content

Commit

Permalink
update password reset recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper committed Oct 30, 2024
1 parent b44acc0 commit c4f012f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/password-reset.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ A common approach to password reset is to use the user's email address. The user

The email does not need to be verified before sending a reset link. You should even mark a user's email address as verified if they reset their password.

Invalidate all existing sessions linked to the user when the user resets their password.

This page will only cover password reset links as it is the most common approach.

## Password reset links
Expand Down

1 comment on commit c4f012f

@nathants
Copy link

Choose a reason for hiding this comment

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

👍

Please sign in to comment.