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) git-svn-id: http://piwigo.org/svn/trunk@11992 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
c1d7fbebdd
commit
2de0f01dce
55 changed files with 520 additions and 332 deletions
|
|
@ -90,9 +90,6 @@ $lang['Links'] = 'Links';
|
|||
$lang['N/A'] = 'Niet bekend';
|
||||
$lang['New on %s'] = 'Nieuw op %s';
|
||||
$lang['New password confirmation does not correspond'] = 'Nieuw wachtwoord bevestiging komt niet overeen';
|
||||
$lang['New password sent by email'] = 'Nieuw wachtwoord is verzonden per email';
|
||||
$lang['No email address'] = 'Geen email-adres';
|
||||
$lang['No classic user matches this email address'] = 'Geen gebruiker gevonden met dit email-adres';
|
||||
$lang['Notification'] = 'Meldingen';
|
||||
$lang['Number of items'] = 'Aantal items';
|
||||
$lang['Original dimensions'] = 'Originele dimensies';
|
||||
|
|
@ -112,7 +109,6 @@ $lang['Search rules'] = 'Zoekregels';
|
|||
$lang['Search tags'] = 'Zoek tags';
|
||||
$lang['Search'] = 'Zoeken';
|
||||
$lang['display available tags'] = 'Toon beschikbare tags';
|
||||
$lang['Send new password'] = 'Stuur nieuw wachtwoord';
|
||||
$lang['Since'] = 'Sinds';
|
||||
$lang['Sort by'] = 'Sorteren op';
|
||||
$lang['Sort order'] = 'Sorteervolgorde';
|
||||
|
|
@ -309,7 +305,6 @@ $lang['Admin: %s'] = 'Beheerder: %s';
|
|||
$lang['Registration of %s'] = 'Registratie van %s';
|
||||
$lang['Album: %s'] = 'Categorie: %s';
|
||||
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Foutieve status voor gebruiker "guest", gebruik standaard status. Waarschuw de webbeheerder.';
|
||||
$lang['Administrator, webmaster and special user cannot use this method'] = 'Administrator, webbeheerder en speciale gebruiker kunnen deze methode niet gebruiken';
|
||||
$lang['this email address is already in use'] = 'Een andere gebruiker maakt al gebruik van dit email-adres';
|
||||
$lang['Album results for'] = 'Categorie resultaten voor';
|
||||
$lang['Tag results for'] = 'Tag resultaten voor';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue