You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This moves the related code from the reset_password feature to its own
feature, so that users only have to pay the cost for the feature if
they are using it.
Update the spec to provide 100% coverage.
Copy file name to clipboardExpand all lines: www/pages/documentation.erb
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,7 @@
48
48
<li><ahref="rdoc/files/doc/remember_rdoc.html">Remember</a>: Automatically logs a user in based on a token stored in a cookie.</li>
49
49
<li><ahref="rdoc/files/doc/reset_password_rdoc.html">Reset Password</a>: Allows users to reset their password if they don't remember it.</li>
50
50
<li><ahref="rdoc/files/doc/reset_password_notify_rdoc.html">Reset Password Notify</a>: Emails the user after they have used the Reset Password feature to successfully reset their password.</li>
51
+
<li><ahref="rdoc/files/doc/reset_password_verifies_account.html">Reset Password Verifies Account</a>: Allows password resets for unverified accounts, and verifies account on successful password reset.</li>
51
52
<li><ahref="rdoc/files/doc/session_expiration_rdoc.html">Session Expiration</a>: Expires sessions automatically based on inactivity or max lifetime checks.</li>
52
53
<li><ahref="rdoc/files/doc/single_session_rdoc.html">Single Session</a>: Allows only a single active session per account.</li>
53
54
<li><ahref="rdoc/files/doc/sms_codes_rdoc.html">SMS Codes</a>: Adds support for multifactor authentication via codes received via SMS.</li>
0 commit comments