diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-11-20 20:37:27 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-11-20 20:37:27 +0000 |
commit | 3e593eb9c0edd3f5cce7381ca145c0889441d719 (patch) | |
tree | ecca037124400a34803e8baefadb3179c296aac9 /doc/plugins/passwordauth.mdwn | |
parent | 74cb86fbb79b011014958712325112d65bea5f12 (diff) | |
download | ikiwiki-3e593eb9c0edd3f5cce7381ca145c0889441d719.tar ikiwiki-3e593eb9c0edd3f5cce7381ca145c0889441d719.tar.gz |
* 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.
Diffstat (limited to 'doc/plugins/passwordauth.mdwn')
-rw-r--r-- | doc/plugins/passwordauth.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
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]]. |