Ignore:
Timestamp:
Aug 24, 2011, 10:03:53 PM (13 years ago)
Author:
plg
Message:

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)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/it_IT/common.lang.php

    r11988 r11992  
    9292$lang['New on %s'] = 'Nuovo il %s';
    9393$lang['New password confirmation does not correspond'] = 'La conferma della nuova password non corrisponde';
    94 $lang['New password sent by email'] = 'La nuova password ti è stata inviata via email';
    95 $lang['No email address'] = 'Nessun indirizzo email';
    96 $lang['No classic user matches this email address'] = 'Non esiste nessun utente con questo indirizzo email';
    9794$lang['Notification'] = 'Notifiche RSS';
    9895$lang['Number of items'] = 'Numero di elementi';
     
    115112$lang['Search'] = 'Cerca';
    116113$lang['display available tags'] = 'Mostra i tags disponibili';
    117 $lang['Send new password'] = 'Inviare una nuova password';
    118114$lang['Since'] = 'Dal';
    119115$lang['Sort by'] = 'Ordina per';
     
    311307$lang['Album: %s'] = 'Album: %s';
    312308$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.';
    313 $lang['Administrator, webmaster and special user cannot use this method'] = 'Amministratore, webmaster e utente speciale non possono utilizzare questo metodo';
    314309$lang['this email address is already in use'] = 'un utente usa già questo indirizzo mail';
    315310$lang['Album results for'] = 'Risultati degli album per';
Note: See TracChangeset for help on using the changeset viewer.