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

    r10351 r11992  
    9393$lang['New on %s'] = 'Ny på %s';
    9494$lang['New password confirmation does not correspond'] = 'Nyt password stemmer ikke';
    95 $lang['New password sent by email'] = 'Nyt password er sendt via email';
    96 $lang['No email address'] = 'Ingen email addresse';
    97 $lang['No classic user matches this email address'] = 'Ingen bruger matcher denne email addresse';
    9895$lang['Notification'] = 'RSS feed';
    9996$lang['Number of items'] = 'Antal af fotos';
     
    116113$lang['Search'] = 'Søg';
    117114$lang['display available tags'] = 'Se tilgængelige tags';
    118 $lang['Send new password'] = 'Send nyt password';
    119115$lang['Since'] = 'Siden';
    120116$lang['Sort by'] = 'Sorter ';
     
    313309$lang['Album: %s'] = 'kategori: %s';
    314310$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Forket status for gæste bruger. Kontakt webmaster.';
    315 $lang['Administrator, webmaster and special user cannot use this method'] = 'Administrator, webmaster and specielle brugere akn ikke bruge denne metode';
    316311$lang['this email address is already in use'] = 'en bruger bruger allerede denne mail addresse';
    317312$lang['Album results for'] = 'kategori resulter for';
Note: See TracChangeset for help on using the changeset viewer.