File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1- === master
1+ === 2.43.0 (2026-03-20)
22
33* Add reset_password_verifies_account feature (manfrin, jeremyevans) (#499)
44
Original file line number Diff line number Diff line change 1+ = New Features
2+
3+ * A reset_password_verifies_account feature has been added. With this
4+ feature enabled, unverified accounts are allowed to reset their
5+ passwords, and a valid password reset verifies the account, as it
6+ proves ownership of the account's email (just as normal account
7+ verification would).
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ module Rodauth
66 MAJOR = 2
77
88 # The minor version of Rodauth, updated for new feature releases of Rodauth.
9- MINOR = 42
9+ MINOR = 43
1010
1111 # The patch version of Rodauth, updated only for bug fixes from the last
1212 # feature release.
You can’t perform that action at this time.
0 commit comments