diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-05-30 17:35:34 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-05-30 17:35:34 -0400 |
commit | e943812dc9802d134f2d9627a6c4fc94fe9c26f9 (patch) | |
tree | 1701440755ca77c14ee59c03f3b025fe6c3d6c88 /po | |
parent | a436a064d2cb04e328bbd391fe3eb1c3a79d25bb (diff) | |
download | ikiwiki-e943812dc9802d134f2d9627a6c4fc94fe9c26f9.tar ikiwiki-e943812dc9802d134f2d9627a6c4fc94fe9c26f9.tar.gz |
hashed password support, and empty password security fix
This implements the previously documented hashed password support.
While implementing that, I noticed a security hole, which this commit
also fixes..
Diffstat (limited to 'po')
-rw-r--r-- | po/ikiwiki.pot | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/po/ikiwiki.pot b/po/ikiwiki.pot index e94c5b8d7..550e3d1e3 100644 --- a/po/ikiwiki.pot +++ b/po/ikiwiki.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-05-25 14:26-0400\n" +"POT-Creation-Date: 2008-05-30 16:47-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -325,20 +325,28 @@ msgstr "" msgid "bad or missing template" msgstr "" -#: ../IkiWiki/Plugin/passwordauth.pm:162 +#: ../IkiWiki/Plugin/passwordauth.pm:223 msgid "Account creation successful. Now you can Login." msgstr "" -#: ../IkiWiki/Plugin/passwordauth.pm:165 +#: ../IkiWiki/Plugin/passwordauth.pm:226 msgid "Error creating account." msgstr "" -#: ../IkiWiki/Plugin/passwordauth.pm:186 +#: ../IkiWiki/Plugin/passwordauth.pm:261 msgid "Failed to send mail" msgstr "" -#: ../IkiWiki/Plugin/passwordauth.pm:188 -msgid "Your password has been emailed to you." +#: ../IkiWiki/Plugin/passwordauth.pm:263 +msgid "You have been mailed password reset instructions." +msgstr "" + +#: ../IkiWiki/Plugin/passwordauth.pm:301 +msgid "incorrect password reset url" +msgstr "" + +#: ../IkiWiki/Plugin/passwordauth.pm:304 +msgid "password reset denied" msgstr "" #: ../IkiWiki/Plugin/pingee.pm:21 |