mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-13 21:31:35 +02:00
feature 2027 implemented: the "lost password" feature was rewritten.
The algorithm is highly inspired from WordPress : 1) in a single field, you give a username or an email 2) Piwigo sends an email with the activation key 3) the user clicks on the link in the email (with the activation key) and is able to set a new password The "lost password" feature is no longer limited to "classic" users: administrators and webmasters can use it too (no need to tell webmasters that they can only change their password in the database) git-svn-id: http://piwigo.org/svn/trunk@11992 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -91,9 +91,6 @@ $lang['Links'] = 'Links';
|
||||
$lang['N/A'] = 'Non disponibile';
|
||||
$lang['New on %s'] = 'Nuovo il %s';
|
||||
$lang['New password confirmation does not correspond'] = 'La conferma della nuova password non corrisponde';
|
||||
$lang['New password sent by email'] = 'La nuova password ti è stata inviata via email';
|
||||
$lang['No email address'] = 'Nessun indirizzo email';
|
||||
$lang['No classic user matches this email address'] = 'Non esiste nessun utente con questo indirizzo email';
|
||||
$lang['Notification'] = 'Notifiche RSS';
|
||||
$lang['Number of items'] = 'Numero di elementi';
|
||||
$lang['Original dimensions'] = 'Dimensioni originali';
|
||||
@@ -114,7 +111,6 @@ $lang['Search rules'] = 'Criteri di ricerca';
|
||||
$lang['Search tags'] = 'Ricercare i tags';
|
||||
$lang['Search'] = 'Cerca';
|
||||
$lang['display available tags'] = 'Mostra i tags disponibili';
|
||||
$lang['Send new password'] = 'Inviare una nuova password';
|
||||
$lang['Since'] = 'Dal';
|
||||
$lang['Sort by'] = 'Ordina per';
|
||||
$lang['Sort order'] = 'Tipo di ordinamento';
|
||||
@@ -310,7 +306,6 @@ $lang['Admin: %s'] = 'Amministrazione: %s';
|
||||
$lang['Registration of %s'] = 'Registrazione di %s';
|
||||
$lang['Album: %s'] = 'Album: %s';
|
||||
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Lo status dell\'utente "guest" non è conforme, viene usato lo status di default. Per favore avvisa il webmaster.';
|
||||
$lang['Administrator, webmaster and special user cannot use this method'] = 'Amministratore, webmaster e utente speciale non possono utilizzare questo metodo';
|
||||
$lang['this email address is already in use'] = 'un utente usa già questo indirizzo mail';
|
||||
$lang['Album results for'] = 'Risultati degli album per';
|
||||
$lang['Tag results for'] = 'Risultato dei tag per';
|
||||
|
||||
Reference in New Issue
Block a user