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

    r10351 r11992  
    9393$lang['New on %s'] = 'Novi na on %s';
    9494$lang['New password confirmation does not correspond'] = 'Potvrda nove lozinke ne odgovara';
    95 $lang['New password sent by email'] = 'Nova lozinka poslana e-mail porukom';
    96 $lang['No email address'] = 'Nema e-mail adrese';
    97 $lang['No classic user matches this email address'] = 'Nijedan korisnik se ne poklapa s ovom e-mail adresom';
    9895$lang['Notification'] = 'Obaveštenje';
    9996$lang['Number of items'] = 'Broj stavki';
     
    116113$lang['Search'] = 'Pretraživanje';
    117114$lang['display available tags'] = 'Pogledaj dostupne tagove';
    118 $lang['Send new password'] = 'Pošalji novu lozinku';
    119115$lang['Since'] = 'Od';
    120116$lang['Sort by'] = 'Složeno po';
     
    312308$lang['Album: %s'] = 'Kategorija: %s';
    313309$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Loš status za korisnika "guest", koristi se podrazumevani status. Molimo obavestite webmaster-a.';
    314 $lang['Administrator, webmaster and special user cannot use this method'] = 'Administrator, webmaster i posebni korisnik ne mogu koristiti ovu metodu';
    315310$lang['this email address is already in use'] = 'korisnik već koristi ovu e-mail adresu';
    316311$lang['Album results for'] = 'Rezultati kategorije za ';
Note: See TracChangeset for help on using the changeset viewer.