feat: add forgot password functionality to login and change password to profile page [frappe] PR#4508

From: https://github.com/frappe/hrms/pull/4508
Date: 2026-06-03 15:33:33+05:30

  • feat: add Forgot Password page.
  • feat: reset password changed to drawer from dialog and created change password page.
  • feat: add forgot password functionality to login and change password option in profile



Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-4508

# Alternatively, re-take the changes
git switch develop
ft take ft-pr-4508

# Make changes then rebase
git rebase -i develop

# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue

# Force-push changes
git push --force-with-lease

Merge request reports

Loading