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/ca_ES/common.lang.php

    r10351 r11992  
    9191$lang['New on %s'] = 'Nou a %s';
    9292$lang['New password confirmation does not correspond'] = 'La confirmació de la nova contrasenya no correspon';
    93 $lang['New password sent by email'] = 'La nova contrasenya s\'ha enviat per correu electrònic';
    94 $lang['No email address'] = 'No hi ha l\'adreça de correu electrònic';
    95 $lang['No classic user matches this email address'] = 'No concorda cap usuari clàssic amb aquesta adreça de correu';
    9693$lang['Notification'] = 'Notificació';
    9794$lang['Number of items'] = 'Nombre d\'elements';
     
    114111$lang['Search'] = 'Cerca';
    115112$lang['display available tags'] = 'Veure etiquetes disponibles';
    116 $lang['Send new password'] = 'Envia nova contrasenya';
    117113$lang['Since'] = 'Des de';
    118114$lang['Sort by'] = 'Ordena per';
     
    312308$lang['Album: %s'] = 'Categoria: %s';
    313309$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Estat erroni de l\'usuari "invitat", s\'està utilitzant l\'estat predeterminat. Si us plau informeu-ho a l\'administrador de la web.';
    314 $lang['Administrator, webmaster and special user cannot use this method'] = 'L\'administrador, l\'administrador de la web i els usuaris especials no poden utilitzar aquest mètode';
    315310$lang['this email address is already in use'] = 'un usuari ja utilitza aquesta adreça de correu';
    316311$lang['Album results for'] = 'Resultats de la categoria per';
Note: See TracChangeset for help on using the changeset viewer.