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/sh_RS/common.lang.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'language/sh_RS/common.lang.php') 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'; -- cgit v1.2.3