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/lv_LV/common.lang.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'language/lv_LV/common.lang.php') diff --git a/language/lv_LV/common.lang.php b/language/lv_LV/common.lang.php index 7be748b8b..b3d7b240b 100644 --- a/language/lv_LV/common.lang.php +++ b/language/lv_LV/common.lang.php @@ -89,9 +89,6 @@ $lang['Links'] = "Saites"; $lang['N/A'] = "N/A"; $lang['New on %s'] = "Jauns %s"; $lang['New password confirmation does not correspond'] = "Jaunas paroles apstiprinājums nesakrīt"; -$lang['New password sent by email'] = "Jaunā parole izsūtīta pa e-pastu"; -$lang['No email address'] = "Nav e-pasta adreses"; -$lang['No classic user matches this email address'] = "Klasiskā lietotāja e-pasta adrese nesakrīt ar šo adresi"; $lang['Notification'] = "Paziņojums"; $lang['Number of items'] = "Vienību skaits"; $lang['Original dimensions'] = "Oriģinālie izmēri"; @@ -111,7 +108,6 @@ $lang['Search rules'] = "Meklēšanas kritēriji"; $lang['Search tags'] = "Meklēt tagus"; $lang['Search'] = "Meklēt"; $lang['display available tags'] = "Skatīt pieejamos tagus"; -$lang['Send new password'] = "Sūtīt jaunu paroli"; $lang['Since'] = "Kopš"; $lang['Sort by'] = "Sarindot pēc"; $lang['Sort order'] = "Rindošanas secība"; @@ -307,7 +303,6 @@ $lang['Admin: %s'] = "Admins: %s"; $lang['Registration of %s'] = "Reģistrācija %s"; $lang['Album: %s'] = 'Albūms: %s'; $lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = "Lietotāja \"viesis\" nepareizs satuss, lietojiet statusu pēc noklusējuma. Lūdzu informējiet webmasteru."; -$lang['Administrator, webmaster and special user cannot use this method'] = 'Administrātors, webmāsters un īpašais lietotājs var izmantot šo metodi'; $lang['this email address is already in use'] = "cits lietotājs jau lieto šo pasta adresi"; $lang['Album results for'] = 'Albūma rezultāti priekš'; $lang['Tag results for'] = "Tagu rezultāti priekš"; -- cgit v1.2.3