{
login: %w[_login_form _login_form_footer login multi_phase_login],
create_account: %w[create_account],
logout: %w[logout],
reset_password: %w[reset_password_request reset_password],
remember: %w[remember],
change_login: %w[change_login],
change_password: %w[change_password],
close_account: %w[close_account],
email_auth: %w[_email_auth_request_form email_auth],
verify_account: %w[verify_account_resend verify_account],
verify_login_change: %w[verify_login_change],
lockout: %w[unlock_account_request unlock_account],
two_factor_base: %w[two_factor_manage two_factor_auth two_factor_disable],
otp: %w[otp_setup otp_auth otp_disable],
otp_unlock: %w[otp_unlock otp_unlock_not_available],
sms_codes: %w[sms_setup sms_confirm sms_auth sms_request sms_disable],
recovery_codes: %w[recovery_codes add_recovery_codes recovery_auth],
webauthn: %w[webauthn_setup webauthn_auth webauthn_remove],
webauthn_autofill: %w[webauthn_autofill],
confirm_password: %w[confirm_password],
}