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/el_GR/common.lang.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'language/el_GR') diff --git a/language/el_GR/common.lang.php b/language/el_GR/common.lang.php index 0858c0494..79fc860aa 100644 --- a/language/el_GR/common.lang.php +++ b/language/el_GR/common.lang.php @@ -50,7 +50,6 @@ $lang['Registration of %s'] = "Εγγραφή του %s"; $lang['Album: %s'] = "Λεύκωμα: %s"; $lang['Creation date'] = "Ημερομηνία λήψης"; $lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = "Σφάλμα για το χρήστη \"επισκέπτης\", θα χρησιμοποιηθεί η προεπιλεγμένη ρύθμιση. Παρακαλώ ενημερώστε τον διαχειριστή."; -$lang['Administrator, webmaster and special user cannot use this method'] = "Διαχειριστές, υπεύθυνοι και ειδικοί χρήστες δεν μπορούν να χρησιμοποιήσουν αυτή τη μέθοδο"; $lang['Album results for'] = "Αποτελέσματα λευκωμάτων για "; $lang['Tag results for'] = "Αποτελέσματα ετικετών για"; $lang['from %s to %s'] = "από %s σε %s"; @@ -283,9 +282,6 @@ $lang['Links'] = 'Σύνδεσμοι'; $lang['N/A'] = 'Δ/Υ'; $lang['New on %s'] = 'Καινούργιο στις %s'; $lang['New password confirmation does not correspond'] = 'Οι νέοι κωδικοί διαφέρουν μεταξύ τους'; -$lang['New password sent by email'] = 'Ο νέος κωδικός έχει σταλεί με μήνυμα ηλεκτρονικού ταχυδρομείου'; -$lang['No email address'] = 'Δεν υπάρχει διεύθυνση ηλεκτρονικού ταχυδρομείου'; -$lang['No classic user matches this email address'] = 'Δεν υπάρχει χρήστης με αυτή τη διεύθυνση ηλεκτρονικού ταχυδρομείου'; $lang['Notification'] = 'Ενημερώσεις'; $lang['Number of items'] = 'Αριθμός αντικειμένων'; $lang['Original dimensions'] = 'Αρχικές διαστάσεις'; @@ -304,7 +300,6 @@ $lang['Search rules'] = 'Αναζήτηση με κριτήρια'; $lang['Search tags'] = 'Αναζήτηση στις ετικέτες'; $lang['Search'] = 'Αναζήτηση'; $lang['display available tags'] = 'εμφάνιση διαθέσιμων ετικετών'; -$lang['Send new password'] = 'Αποστολή νέου κωδικού'; $lang['Since'] = 'Από'; $lang['Sort by'] = 'Ταξινόμηση βάση'; $lang['Sort order'] = 'Ταξινόμηση'; -- cgit v1.2.3