Lines Matching +full:update +full:- +full:user +full:- +full:pass -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang)

22 $conf['license']     = 'cc-by-nc-sa';     //see conf/license.php
24 $conf['basedir'] = ''; //absolute dir from serveroot - blank for autodetection
25 $conf['baseurl'] = ''; //URL to server including protocol - blank for autodetect
26 $conf['cookiedir'] = ''; //path to use in cookies - blank for basedir
39 $conf['signature'] = ' --- //[[@MAIL@|@NAME@]] @DATE@//'; //signature see wiki page for details
42 // 'email' e-mail address (will be obfuscated as per mailguard)
43 // 'email_link' e-mail address as a mailto: link (obfuscated)
56 $conf['autopasswd'] = 1; //autogenerate passwords and email them to user
59 $conf['defaultgroup']= 'user'; //Default groups new Users are added to
60 $conf['superuser'] = '!!not set!!'; //The admin can be user or @group or comma separated list user1,@group1,user2
61 $conf['manager'] = '!!not set!!'; //The manager can be user or @group or comma separated list user1,@group1,user2
62 $conf['profileconfirm'] = 1; //Require current password to confirm changes to user profile
69 $conf['remoteuser'] = '!!not set!!'; //user/groups that have access to remote interface (comma separated). leave empty to allow all users
70 $conf['remotecors'] = ''; //enable Cross-Origin Resource Sharing (CORS) for the remote interfaces. Asterisk (*) to allow all origins. leave empty to deny.
78 // 'visible' - replace @ with [at], . with [dot] and - with [dash]
79 // 'hex' - use hex entities to encode the mail address
80 // 'none' - do not obfuscate addresses
89 // Set target to use when creating links - leave empty for same window
101 $conf['jpg_quality'] = '70'; //quality of compression when scaling jpg images (0-100)
120 // 'rss' - RSS 0.91
121 // 'rss1' - RSS 1.0
122 // 'rss2' - RSS 2.0
123 // 'atom' - Atom 0.3
124 // 'atom1' - Atom 1.0
126 // 'diff' - page showing revision differences
127 // 'page' - the revised page itself
128 // 'rev' - page showing all revisions
129 // 'current' - most recent revision of page
131 // 'abstract' - plain text, first paragraph or so
132 // 'diff' - plain text unified diff wrapped in <pre> tags
133 // 'htmldiff' - diff as HTML table
134 // 'html' - the full page rendered in XHTML
136 // 'both' - page and media changes
137 // 'pages' - page changes only
138 // 'media' - media changes only
139 $conf['rss_update'] = 5*60; //Update the RSS feed every n seconds (defaults to 5 minutes)
148 // letter, a digit, '_', '-', or '.'.
150 $conf['fnencode'] = 'url'; //encode filenames (url|safe|utf-8)
153 // bz2 generates smaller files, but needs more cpu-power
159 $conf['xsendfile'] = 0; //Use X-Sendfile (1 = lighttpd, 2 = standard)
164 $conf['trustedproxy'] = '^(::1|[fF][eE]80:|127\.|10\.|192\.168\.|172\.((1[6-9])|(2[0-9])|(3[0-1]))\.)';
175 // Proxy setup - if your Server needs a proxy to access the web set these
178 $conf['proxy']['user'] = '';
179 $conf['proxy']['pass'] = '';