diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-02-11 22:24:15 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-02-11 22:24:15 -0500 |
commit | a63929f6cc7778ffc4ba57d784cdf2206ec650c7 (patch) | |
tree | ab4a853020436081f644be83737ff9e95230597b /IkiWiki/Plugin/openid.pm | |
parent | c923e0ba3377f85107ccea1933a042aaec675c77 (diff) | |
download | ikiwiki-a63929f6cc7778ffc4ba57d784cdf2206ec650c7.tar ikiwiki-a63929f6cc7778ffc4ba57d784cdf2206ec650c7.tar.gz |
Group related plugins into sections in the setup file, and drop unused rcs plugins from the setup file.
Diffstat (limited to 'IkiWiki/Plugin/openid.pm')
-rw-r--r-- | IkiWiki/Plugin/openid.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/IkiWiki/Plugin/openid.pm b/IkiWiki/Plugin/openid.pm index 382d8286f..bb99446b4 100644 --- a/IkiWiki/Plugin/openid.pm +++ b/IkiWiki/Plugin/openid.pm @@ -26,6 +26,7 @@ sub getsetup () { plugin => { safe => 1, rebuild => 0, + section => "auth", }, openidsignup => { type => "string", |