mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 21:04:35 -04:00
Add user login notification suppression
This commit is contained in:
parent
25ceba275c
commit
d49909e799
@ -28,6 +28,7 @@ class UserFactory
|
||||
$user->failed_logins = 0;
|
||||
$user->signature = '';
|
||||
$user->theme_id = 0;
|
||||
$user->user_logged_in_notification = true;
|
||||
|
||||
return $user;
|
||||
}
|
||||
|
@ -5183,6 +5183,8 @@ $LANG = array(
|
||||
'upcoming' => 'Upcoming',
|
||||
'client_contact' => 'Client Contact',
|
||||
'uncategorized' => 'Uncategorized',
|
||||
'login_notification' => 'Login Notification',
|
||||
'login_notification_help' => 'Sends an email notifying that a login has taken place.'
|
||||
);
|
||||
|
||||
return $LANG;
|
||||
|
Loading…
x
Reference in New Issue
Block a user