]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/passwordauth.mdwn
mention proxy.py
[ikiwiki.git] / doc / plugins / passwordauth.mdwn
index aded8829f8532df723408a7a4b6d66dc635ef76e..5e3dbfbaf6cd4994abddc4f64b3df484f22de350 100644 (file)
@@ -1,4 +1,4 @@
-[[template id=plugin name=passwordauth core=1 included=1 author="[[Joey]]"]]
+[[template id=plugin name=passwordauth core=1 author="[[Joey]]"]]
 [[tag type/auth]]
 
 This plugin lets ikiwiki prompt for a user name and password when logging
@@ -6,4 +6,12 @@ into the wiki. It also handles registering users, mailing passwords, and
 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 [[openid]].
+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 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.)
+
+