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

    r11953 r11992  
    8989$lang['New on %s'] = "Nuut op %s";
    9090$lang['New password confirmation does not correspond'] = "U wagwoord bevestiging stem nie ooreen nie";
    91 $lang['New password sent by email'] = "Nuwe wagwoord per epos gestuur";
    92 $lang['No email address'] = "Geen epos adres nie";
    93 $lang['No classic user matches this email address'] = "Geen gebruiker met die epos adres nie";
    9491$lang['Notification'] = "Kennisgewing";
    9592$lang['Number of items'] = "Getal items";
     
    111108$lang['Search'] = "Soek";
    112109$lang['display available tags'] = "Vertoon beskikbare sleutelwoorde";
    113 $lang['Send new password'] = "Stuur nuwe wagwoord";
    114110$lang['Since'] = "Sedert";
    115111$lang['Sort by'] = "Sorteer volgens";
     
    305301$lang['Album: %s'] = "Album: %s";
    306302$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = "Swak status vir gebruiker \"gas\", verstek status sal gebruik word. Kontak die webwerf adminisrateur.";
    307 $lang['Administrator, webmaster and special user cannot use this method'] = "Administrateur, webwerf administrateur en spesiale gebruikers kan nie die metode gebruik nie";
    308303$lang['this email address is already in use'] = "die epos is reeds in gebruik";
    309304$lang['Album results for'] = "Album resultate vir";
Note: See TracChangeset for help on using the changeset viewer.