]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/passwordauth.pm
remove default values in getsetup
[ikiwiki.git] / IkiWiki / Plugin / passwordauth.pm
index 7319614f7a7757e0a361b7703d7a06462ec398e2..82afeef989e517171a416749d27194a1e435b672 100644 (file)
@@ -17,14 +17,14 @@ sub getsetup () { #{{{
        return
                account_creation_password => {
                        type => "string",
-                       default => "",
+                       example => "s3cr1t",
                        description => "a password that must be entered when signing up for an account",
                        safe => 1,
                        rebuild => 0,
                },
                password_cost => {
                        type => "integer",
-                       default => 8,
+                       example => 8,
                        description => "cost of generating a password using Authen::Passphrase::BlowfishCrypt",
                        safe => 1,
                        rebuild => 0,