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/dv_MV/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/dv_MV/common.lang.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/language/dv_MV/common.lang.php b/language/dv_MV/common.lang.php index 0b78ce073..4335de1a4 100644 --- a/language/dv_MV/common.lang.php +++ b/language/dv_MV/common.lang.php @@ -104,9 +104,6 @@ $lang['month'][7] = "ޖުލައި"; $lang['month'][8] = "އޮގަސްޓް"; $lang['month'][9] = "ސެޕްޓެމްބަރ"; $lang['New password confirmation does not correspond'] = 'އާ ސިއްރުބަސް ދިމައެއްނުވޭ'; -$lang['New password sent by email'] = 'އީމެއިލް މެދުވެރިކޮށް އާ ސިއްރުބަސް ފޮނުވިއްޖެ'; -$lang['No email address'] = 'އީމެއިލް އެޑްރެސްއެއް ނެތް'; -$lang['No classic user matches this email address'] = 'އެއްވެސް ކްލާސިކް ޔޫސާ އަކާ މި އީމެއިލް އެޑްރެސް އަކާ ދިމައެއްނުވޭ'; $lang['Notification'] = 'އެންގުންތައް'; $lang['Number of items'] = 'ތަކެތީގެ އަދަދު'; $lang['Original dimensions'] = 'އޮރިޖިނަލް ޑައިމެންޝަންސް'; @@ -127,7 +124,6 @@ $lang['Search rules'] = 'ހޯދުމުގެ ގަވާއިދުތައް'; $lang['Search tags'] = 'ހޯދުމުގެ ޓެގްތައް'; $lang['Search'] = 'ހޯދާ'; $lang['display available tags'] = 'ހުރި ޓެގުތައް ދައްކަވާ'; -$lang['Send new password'] = 'އާ ސިއްރުބަސް ލިބިވަޑައިގަންނަވާ'; $lang['Since'] = 'އިން ފެށިގެން'; $lang['Sort by'] = 'ގޮތަކަށް އަތުރާ'; $lang['Sort order'] = 'އެތުރުމުގެ އޯޑަރު'; |