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/af_ZA | |
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/af_ZA/common.lang.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/language/af_ZA/common.lang.php b/language/af_ZA/common.lang.php index f8fcdb666..6ee393feb 100644 --- a/language/af_ZA/common.lang.php +++ b/language/af_ZA/common.lang.php @@ -88,9 +88,6 @@ $lang['Links'] = "Skakels"; $lang['N/A'] = "Nvt"; $lang['New on %s'] = "Nuut op %s"; $lang['New password confirmation does not correspond'] = "U wagwoord bevestiging stem nie ooreen nie"; -$lang['New password sent by email'] = "Nuwe wagwoord per epos gestuur"; -$lang['No email address'] = "Geen epos adres nie"; -$lang['No classic user matches this email address'] = "Geen gebruiker met die epos adres nie"; $lang['Notification'] = "Kennisgewing"; $lang['Number of items'] = "Getal items"; $lang['Original dimensions'] = "Oorspronklike afmetings"; @@ -110,7 +107,6 @@ $lang['Search rules'] = "Soek kriteria"; $lang['Search tags'] = "Soek sleutelwoorde"; $lang['Search'] = "Soek"; $lang['display available tags'] = "Vertoon beskikbare sleutelwoorde"; -$lang['Send new password'] = "Stuur nuwe wagwoord"; $lang['Since'] = "Sedert"; $lang['Sort by'] = "Sorteer volgens"; $lang['Sort order'] = "Sorteer orde"; @@ -304,7 +300,6 @@ $lang['Admin: %s'] = "Admin: %s"; $lang['Registration of %s'] = "Registrasie van %s"; $lang['Album: %s'] = "Album: %s"; $lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = "Swak status vir gebruiker \"gas\", verstek status sal gebruik word. Kontak die webwerf adminisrateur."; -$lang['Administrator, webmaster and special user cannot use this method'] = "Administrateur, webwerf administrateur en spesiale gebruikers kan nie die metode gebruik nie"; $lang['this email address is already in use'] = "die epos is reeds in gebruik"; $lang['Album results for'] = "Album resultate vir"; $lang['Tag results for'] = "Sleutelwoord resultate vir"; |