Sha256: 5c06c6c8ff16d90c851a261f3bb63dde52475798582f1792a56719564aa76244
Contents?: true
Size: 1.17 KB
Versions: 19
Compression:
Stored size: 1.17 KB
Contents
<p style="color: green"><%%= notice %></p> <p>Signed as <%%= Current.user.email %></p> <h2>Login and verification</h2> <div> <%%= link_to "Change password", edit_password_path %> </div> <div> <%%= link_to "Change email address", edit_identity_email_path %> </div> <%- if two_factor? %> <div> <%%= link_to "Two-Factor Authentication", new_two_factor_authentication_profile_totp_path %> </div> <%% if Current.user.otp_required_for_sign_in? %> <div><%%= link_to "Recovery Codes", two_factor_authentication_profile_recovery_codes_path %></div> <%- if webauthn? -%> <div><%%= link_to "Security keys", two_factor_authentication_profile_security_keys_path %></div> <%- end -%> <%% end %> <%- end -%> <%- if invitable? %> <div> <%%= link_to "Send invitation", new_invitation_path %> </div> <%- end -%> <%- if masqueradable? %> <%%= button_to "Signin as last user", user_masquerade_path(User.last) %> <%- end -%> <h2>Access history</h2> <div> <%%= link_to "Devices & Sessions", sessions_path %> </div> <%- if options.trackable? %> <div> <%%= link_to "Activity Log", authentications_events_path %> </div> <%- end -%> <br> <%%= button_to "Log out", Current.session, method: :delete %>
Version data entries
19 entries across 19 versions & 1 rubygems