]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/openid.pm
avoid link fixup if page name stayed the same
[ikiwiki.git] / IkiWiki / Plugin / openid.pm
index bc9311d9c04aec49b1db6f269663bc52b379391b..1818f5283da2497f18c13601d6269792bfeb8cc3 100644 (file)
@@ -23,9 +23,12 @@ sub getopt () { #{{{
 
 sub getsetup () { #{{{
        return
+               plugin => {
+                       safe => 1,
+                       rebuild => 0,
+               },
                openidsignup => {
                        type => "string",
-                       default => "",
                        example => "http://myopenid.com/",
                        description => "an url where users can signup for an OpenID",
                        safe => 1,