diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-01-16 13:34:06 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-01-16 13:34:06 -0500 |
commit | 06bd32f9dad90233a0882f114bcc2099a2d50bb6 (patch) | |
tree | 3d35db2b478fbe57b0837799a554f4c70d8d5ea7 /doc | |
parent | 55dda5d59166c935a96bcd56515e3a158838c9bc (diff) | |
download | ikiwiki-06bd32f9dad90233a0882f114bcc2099a2d50bb6.tar ikiwiki-06bd32f9dad90233a0882f114bcc2099a2d50bb6.tar.gz |
improve formatting and minor reword
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/passwordauth.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/plugins/passwordauth.mdwn b/doc/plugins/passwordauth.mdwn index 22a0776ed..5e3dbfbaf 100644 --- a/doc/plugins/passwordauth.mdwn +++ b/doc/plugins/passwordauth.mdwn @@ -8,9 +8,9 @@ changing passwords in the prefs page. It is enabled by default, but can be turned off if you want to only use some other form of authentication, such as [[httpauth]] or [[openid]]. -When the *account\_creation\_password* configuration option is enabled with -a pass-phrase, this plugin supports an "account creation password" as a -simplistic anti-spam measure. +When the `account_creation_password` configuration option is enabled with +a pass-phrase, this plugin prompts for the password when creating an +account as a implistic anti-spam measure. (Some wikis edited by a particular group use an account creation password as an "ask an existing member to get an account" system.) |