File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1- === master
1+ === 2.40.0 (2025-08-22)
22
33* Use HTTP header instead of meta tag for otp unlock not yet available page (jeremyevans)
44
Original file line number Diff line number Diff line change 1+ = New Features
2+
3+ * A reset_password_request_for_unverified_account configuration method
4+ is now available. This allows you to configure the behavior if an
5+ unverified account requests a password reset. If the method is not
6+ used, the default behavior remains to show an error for the login
7+ parameter.
8+
9+ = Other Improvements
10+
11+ * In the otp_unlock feature, instead of using a meta refresh tag in
12+ the HTML, a refresh HTTP header is used. This should fix the page
13+ not automatically refreshing in some browsers. You can customize
14+ this behavior by using the
15+ otp_unlock_not_available_set_refresh_header configuration method.
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 = 39
9+ MINOR = 40
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