Skip to content

Commit 94e1281

Browse files
committed
Add configuration suggestion for otp_unlock feature
1 parent aa8298e commit 94e1281

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/generators/rodauth/migration_generator.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ def table_prefix
9393
reset_password: { reset_password_table: "%{singular}_password_reset_keys" },
9494
email_auth: { email_auth_table: "%{singular}_email_auth_keys" },
9595
otp: { otp_keys_table: "%{singular}_otp_keys" },
96+
otp_unlock: { otp_unlock_table: "%{singular}_otp_unlocks" },
9697
sms_codes: { sms_codes_table: "%{singular}_sms_codes" },
9798
recovery_codes: { recovery_codes_table: "%{singular}_recovery_codes" },
9899
webauthn: { webauthn_keys_table: "%{singular}_webauthn_keys", webauthn_user_ids_table: "%{singular}_webauthn_user_ids", webauthn_keys_account_id_column: "%{singular}_id" },

0 commit comments

Comments
 (0)