From 2de0f01dce5913dcca68c28376205f0a6d473b7c Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 24 Aug 2011 20:03:53 +0000 Subject: 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 --- language/nl_NL/common.lang.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'language/nl_NL') diff --git a/language/nl_NL/common.lang.php b/language/nl_NL/common.lang.php index dac55ba31..7d823aa38 100644 --- a/language/nl_NL/common.lang.php +++ b/language/nl_NL/common.lang.php @@ -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'; -- cgit v1.2.3