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

    r11803 r11992  
    105105$lang['month'][9] = 'September';
    106106$lang['New password confirmation does not correspond'] = 'Uus paroolikinnitus ei sobi';
    107 $lang['New password sent by email'] = 'Uus parool saadetud e-postiga';
    108 $lang['No email address'] = 'E-posti aadress puudu';
    109 $lang['No classic user matches this email address'] = 'Mitte ükski klassikaline kasutaja ei sobitu selle e-postiga';
    110107$lang['Notification'] = 'Teadaanne';
    111108$lang['Number of items'] = 'Ühikute arv';
     
    128125$lang['Search'] = 'Otsi';
    129126$lang['display available tags'] = 'kuva võimalikud märksõnad';
    130 $lang['Send new password'] = 'Saada uus parool';
    131127$lang['Since'] = 'Alates';
    132128$lang['Sort by'] = 'Sorteeri';
Note: See TracChangeset for help on using the changeset viewer.