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

    r11810 r11992  
    5151$lang['Creation date'] = "Ημερομηνία λήψης";
    5252$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = "Σφάλμα για το χρήστη \"επισκέπτης\", θα χρησιμοποιηθεί η προεπιλεγμένη ρύθμιση. Παρακαλώ ενημερώστε τον διαχειριστή.";
    53 $lang['Administrator, webmaster and special user cannot use this method'] = "Διαχειριστές, υπεύθυνοι και ειδικοί χρήστες δεν μπορούν να χρησιμοποιήσουν αυτή τη μέθοδο";
    5453$lang['Album results for'] = "Αποτελέσματα λευκωμάτων για ";
    5554$lang['Tag results for'] = "Αποτελέσματα ετικετών για";
     
    284283$lang['New on %s'] = 'Καινούργιο στις %s';
    285284$lang['New password confirmation does not correspond'] = 'Οι νέοι κωδικοί διαφέρουν μεταξύ τους';
    286 $lang['New password sent by email'] = 'Ο νέος κωδικός έχει σταλεί με μήνυμα ηλεκτρονικού ταχυδρομείου';
    287 $lang['No email address'] = 'Δεν υπάρχει διεύθυνση ηλεκτρονικού ταχυδρομείου';
    288 $lang['No classic user matches this email address'] = 'Δεν υπάρχει χρήστης με αυτή τη διεύθυνση ηλεκτρονικού ταχυδρομείου';
    289285$lang['Notification'] = 'Ενημερώσεις';
    290286$lang['Number of items'] = 'Αριθμός αντικειμένων';
     
    305301$lang['Search'] = 'Αναζήτηση';
    306302$lang['display available tags'] = 'εμφάνιση διαθέσιμων ετικετών';
    307 $lang['Send new password'] = 'Αποστολή νέου κωδικού';
    308303$lang['Since'] = 'Από';
    309304$lang['Sort by'] = 'Ταξινόμηση βάση';
Note: See TracChangeset for help on using the changeset viewer.