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

    r11879 r11992  
    9090$lang['New on %s'] = "Jauns %s";
    9191$lang['New password confirmation does not correspond'] = "Jaunas paroles apstiprinājums nesakrīt";
    92 $lang['New password sent by email'] = "Jaunā parole izsūtīta pa e-pastu";
    93 $lang['No email address'] = "Nav e-pasta adreses";
    94 $lang['No classic user matches this email address'] = "Klasiskā lietotāja e-pasta adrese nesakrīt ar šo adresi";
    9592$lang['Notification'] = "Paziņojums";
    9693$lang['Number of items'] = "Vienību skaits";
     
    112109$lang['Search'] = "Meklēt";
    113110$lang['display available tags'] = "Skatīt pieejamos tagus";
    114 $lang['Send new password'] = "Sūtīt jaunu paroli";
    115111$lang['Since'] = "Kopš";
    116112$lang['Sort by'] = "Sarindot pēc";
     
    308304$lang['Album: %s'] = 'Albūms: %s';
    309305$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = "Lietotāja \"viesis\" nepareizs satuss, lietojiet statusu pēc noklusējuma. Lūdzu informējiet webmasteru.";
    310 $lang['Administrator, webmaster and special user cannot use this method'] = 'Administrātors, webmāsters un īpašais lietotājs var izmantot šo metodi';
    311306$lang['this email address is already in use'] = "cits lietotājs jau lieto šo pasta adresi";
    312307$lang['Album results for'] = 'Albūma rezultāti priekš';
Note: See TracChangeset for help on using the changeset viewer.