diff options
author | plegall <plg@piwigo.org> | 2011-08-24 20:03:53 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-08-24 20:03:53 +0000 |
commit | 2de0f01dce5913dcca68c28376205f0a6d473b7c (patch) | |
tree | 6eb4b4a2011ba5cc05fa4a37ecec4bac2ef646ec /language/sh_RS/common.lang.php | |
parent | c1d7fbebdde17a90f8cb42e7a4c3fa551dcb6b79 (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | language/sh_RS/common.lang.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/language/sh_RS/common.lang.php b/language/sh_RS/common.lang.php index f8f934bfe..26155f1ed 100644 --- a/language/sh_RS/common.lang.php +++ b/language/sh_RS/common.lang.php @@ -92,9 +92,6 @@ $lang['Links'] = 'Linkovi'; $lang['N/A'] = 'N/D'; $lang['New on %s'] = 'Novi na on %s'; $lang['New password confirmation does not correspond'] = 'Potvrda nove lozinke ne odgovara'; -$lang['New password sent by email'] = 'Nova lozinka poslana e-mail porukom'; -$lang['No email address'] = 'Nema e-mail adrese'; -$lang['No classic user matches this email address'] = 'Nijedan korisnik se ne poklapa s ovom e-mail adresom'; $lang['Notification'] = 'Obaveštenje'; $lang['Number of items'] = 'Broj stavki'; $lang['Original dimensions'] = 'Izvorne veličine'; @@ -115,7 +112,6 @@ $lang['Search rules'] = 'Pravila pretrage'; $lang['Search tags'] = 'Tagovi pretrage'; $lang['Search'] = 'Pretraživanje'; $lang['display available tags'] = 'Pogledaj dostupne tagove'; -$lang['Send new password'] = 'Pošalji novu lozinku'; $lang['Since'] = 'Od'; $lang['Sort by'] = 'Složeno po'; $lang['Sort order'] = 'Redosled slaganja'; @@ -311,7 +307,6 @@ $lang['Admin: %s'] = 'Administrator: %s'; $lang['Registration of %s'] = 'Prijava od %s'; $lang['Album: %s'] = 'Kategorija: %s'; $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.'; -$lang['Administrator, webmaster and special user cannot use this method'] = 'Administrator, webmaster i posebni korisnik ne mogu koristiti ovu metodu'; $lang['this email address is already in use'] = 'korisnik već koristi ovu e-mail adresu'; $lang['Album results for'] = 'Rezultati kategorije za '; $lang['Tag results for'] = 'Rezultati tagova za'; |