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/de_DE/common.lang.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'language/de_DE/common.lang.php') diff --git a/language/de_DE/common.lang.php b/language/de_DE/common.lang.php index 46d4f1540..0d5bd6f3a 100644 --- a/language/de_DE/common.lang.php +++ b/language/de_DE/common.lang.php @@ -90,9 +90,6 @@ $lang['Links'] = 'Links'; $lang['N/A'] = 'nicht vorhanden'; $lang['New on %s'] = 'Neu am %s'; $lang['New password confirmation does not correspond'] = 'Fehler bei der Bestätigung des Passwortes'; -$lang['New password sent by email'] = 'Neues Passwort per E-Mail zugesendet'; -$lang['No email address'] = 'Keine E-Mail-Adresse'; -$lang['No classic user matches this email address'] = 'Diese E-Mail-Adresse ist nicht bekannt'; $lang['Notification'] = 'RSS-Feed'; $lang['Number of items'] = 'Anzahl der Elemente'; $lang['Original dimensions'] = 'Ursprüngliche Abmessungen'; @@ -112,7 +109,6 @@ $lang['Search rules'] = 'Suchkriterien'; $lang['Search tags'] = 'Stichworte suchen'; $lang['Search'] = 'Suchen'; $lang['display available tags'] = 'alle verfügbaren Stichworte'; -$lang['Send new password'] = 'Sende mir ein neues Passwort'; $lang['Since'] = 'Seit'; $lang['Sort by'] = 'Sortieren nach'; $lang['Sort order'] = 'Sortierreihenfolge'; @@ -307,7 +303,6 @@ $lang['Admin: %s'] = 'Verwaltung: %s'; $lang['Registration of %s'] = 'Registrierung von %s'; $lang['Album: %s'] = 'Album: %s'; $lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Status, der Benutzer "guest" nicht entspricht, Verwendung des Standardstatus. Bitte kontaktieren Sie den Webmaster.'; -$lang['Administrator, webmaster and special user cannot use this method'] = 'Administrator, Webmaster und spezielle Benutzer können diese Methode nicht verwenden'; $lang['this email address is already in use'] = 'diese E-Mail-Adresse wird bereits verwendet'; $lang['Album results for'] = 'Albumresultate für'; $lang['Tag results for'] = 'Stichwort-Ergebnisse für'; -- cgit v1.2.3