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 /doc | |
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 'doc')
-rw-r--r-- | doc/wikitemplates.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/wikitemplates.mdwn b/doc/wikitemplates.mdwn index 389bdbfe9..f095cb035 100644 --- a/doc/wikitemplates.mdwn +++ b/doc/wikitemplates.mdwn @@ -13,7 +13,7 @@ located in /usr/share/ikiwiki/templates by default. * `editpage.tmpl` - Create/edit page. * `change.tmpl` - Used to create a page describing a change made to the wiki. * `passwordmail.tmpl` - Not a html template, this is used to - generate the mail with the user's password in it. + generate a mail with an url the user can use to reset their password. * `rsspage.tmpl` - Used for generating rss feeds for [[blogs|ikiwiki/blog]]. * `rssitem.tmpl` - Used for generating individual items on rss feeds. * `atompage.tmpl` - Used for generating atom feeds for blogs. |