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

    r11882 r11992  
    9191$lang['New on %s'] = 'Nieuw op %s';
    9292$lang['New password confirmation does not correspond'] = 'Nieuw wachtwoord bevestiging komt niet overeen';
    93 $lang['New password sent by email'] = 'Nieuw wachtwoord is verzonden per email';
    94 $lang['No email address'] = 'Geen email-adres';
    95 $lang['No classic user matches this email address'] = 'Geen gebruiker gevonden met dit email-adres';
    9693$lang['Notification'] = 'Meldingen';
    9794$lang['Number of items'] = 'Aantal items';
     
    113110$lang['Search'] = 'Zoeken';
    114111$lang['display available tags'] = 'Toon beschikbare tags';
    115 $lang['Send new password'] = 'Stuur nieuw wachtwoord';
    116112$lang['Since'] = 'Sinds';
    117113$lang['Sort by'] = 'Sorteren op';
     
    310306$lang['Album: %s'] = 'Categorie: %s';
    311307$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Foutieve status voor gebruiker "guest", gebruik standaard status. Waarschuw de webbeheerder.';
    312 $lang['Administrator, webmaster and special user cannot use this method'] = 'Administrator, webbeheerder en speciale gebruiker kunnen deze methode niet gebruiken';
    313308$lang['this email address is already in use'] = 'Een andere gebruiker maakt al gebruik van dit email-adres';
    314309$lang['Album results for'] = 'Categorie resultaten voor';
Note: See TracChangeset for help on using the changeset viewer.