diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-02-11 18:25:10 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-02-11 18:25:10 -0500 |
commit | e11876b7003c700fbc3717ca9c5af5aac3b72ac2 (patch) | |
tree | eb291262b9ad7ca99a3092eb251de63ffc6a21bc /debian | |
parent | 046095552ac231366d71a3c7a84bdc6d46662212 (diff) | |
download | ikiwiki-e11876b7003c700fbc3717ca9c5af5aac3b72ac2.tar ikiwiki-e11876b7003c700fbc3717ca9c5af5aac3b72ac2.tar.gz |
httpauth: Add httpauth_pagespec setting that can be used to limit pages to only being edited via users authed with httpauth.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 3dd68558e..14be7ec69 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,8 @@ ikiwiki (3.20100123) UNRELEASED; urgency=low alongside other authentication methods (like openid or anonok). Rather than always redirect to the cgiauthurl for authentication, there is now a button on the login form to use it. + * httpauth: Add httpauth_pagespec setting that can be used to limit + pages to only being edited via users authed with httpauth. -- Joey Hess <joeyh@debian.org> Tue, 26 Jan 2010 22:25:33 -0500 |