mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 15:44:11 -08:00
cea255995c
* refactor to clean up LDAP login, and make the login method easier to handle. * Login refactor cleanup * Google 2FA package * Adds Google Authenticator two-factor * Removed unused blade * Added optin setting in profile * Removed dumb comments * Made lock_passwords check more consistent * Additional two factor strings * Lock passwords check * Display feature disabled text if in demo mode * Two factor admin reset options * Translation strings
8 lines
152 B
PHP
8 lines
152 B
PHP
<?php
|
|
|
|
return [
|
|
'sent' => 'Your password link has been sent!',
|
|
'user' => 'Questo utente non esiste o non ha una email associata',
|
|
];
|
|
|