mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Unknown user warning.
This commit is contained in:
@@ -61,6 +61,11 @@ return [
|
||||
'access_token_created_explanation' => 'With this token, they can access **all** of your financial records through the Firefly III API.',
|
||||
'access_token_created_revoke' => 'If this wasn\'t you, please revoke this token as soon as possible at :url',
|
||||
|
||||
// unknown user login attempt
|
||||
'unknown_user_subject' => 'An unknown user tried to log in',
|
||||
'unknown_user_body' => 'An unknown user tried to log in to Firefly III. The email address they used was ":address".',
|
||||
'unknown_user_message' => 'The email address they used was ":address".',
|
||||
|
||||
// registered
|
||||
'registered_subject' => 'Welcome to Firefly III!',
|
||||
'registered_subject_admin' => 'A new user has registered',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user