From 3e593eb9c0edd3f5cce7381ca145c0889441d719 Mon Sep 17 00:00:00 2001 From: joey Date: Mon, 20 Nov 2006 20:37:27 +0000 Subject: * Add "last" parameter to hook function. Very basic ordering, and hopefully nothing more spohisticated will be needed. * Add formbuilder_setup and formbuilder hooks. * Split out a passwordauth module, that holds all the traditional password based authentication etc code. It's enabled by default, but can be disabled if you want only openid or some other auth method. --- doc/plugins/passwordauth.mdwn | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/plugins/passwordauth.mdwn (limited to 'doc/plugins/passwordauth.mdwn') diff --git a/doc/plugins/passwordauth.mdwn b/doc/plugins/passwordauth.mdwn new file mode 100644 index 000000000..aded8829f --- /dev/null +++ b/doc/plugins/passwordauth.mdwn @@ -0,0 +1,9 @@ +[[template id=plugin name=passwordauth core=1 included=1 author="[[Joey]]"]] +[[tag type/auth]] + +This plugin lets ikiwiki prompt for a user name and password when logging +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]]. -- cgit v1.2.3