Unknown user warning.

This commit is contained in:
James Cole
2024-12-12 07:09:17 +01:00
parent d995bfc081
commit 0e5eb036b0
11 changed files with 252 additions and 23 deletions

View File

@@ -1376,7 +1376,14 @@ return [
'pref_notification_new_access_token' => 'Alert when a new API access token is created',
'pref_notification_transaction_creation' => 'Alert when a transaction is created automatically',
'pref_notification_user_login' => 'Alert when you login from a new location',
'pref_notification_rule_action_failures' => 'Alert when rule actions fail to execute (Slack or Discord only)',
'pref_notification_rule_action_failures' => 'Alert when rule actions fail to execute (not over email)',
'pref_notification_new_password' => 'Your password changed',
'pref_notification_enabled_mfa' => 'Multi factor authentication is enabled',
'pref_notification_disabled_mfa' => 'Multi factor authentication is disabled',
'pref_notification_few_left_mfa' => 'You have just a few backup codes left',
'pref_notification_no_left_mfa' => 'You have no backup codes left',
'pref_notification_many_failed_mfa' => 'The multi factor authentication check keeps failing',
'pref_notification_new_backup_codes' => 'New backup codes have been generated',
'pref_notifications' => 'Notifications',
'pref_notifications_help' => 'Indicate if these are notifications you would like to get. Some notifications may contain sensitive financial information.',
'slack_webhook_url' => 'Slack Webhook URL',
@@ -2492,6 +2499,7 @@ return [
'owner_notification_check_new_version' => 'A new version is available',
'owner_notification_check_invite_created' => 'A user is invited to Firefly III',
'owner_notification_check_invite_redeemed' => 'A user invitation is redeemed',
'owner_notification_check_unknown_user_attempt' => 'An unknown user tries to login',
'all_invited_users' => 'All invited users',
'save_notification_settings' => 'Save settings',
'notification_settings' => 'Settings for notifications',