This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Wiki (Meta) ====== Notes on DokuWiki that is running this site. <alert secondary><icon fa file-text> **Additional Content**<br>The [[wiki:meta:start|/Wiki/Meta]] section contains additional information that may be relevant.</alert> <alert success><icon fa code-fork> **Code Modifications**<br>We've made some tweaks and configurations to DokuWiki files, and those of some plugins. You can find a full Git repo of these at https://git.starcat.systems/starcat-infra/dokuwiki.</alert> ===== Disable forced SSO ===== If you need to disable the forced SSO so that you can log in with a local DokuWiki admin account, edit the config file located at ''/home/public/wiki.starcat.systems/conf/local.php'' to set oAuth singleService to 0: <code> - $conf['plugin']['oauth']['singleService'] = 1; + $conf['plugin']['oauth']['singleService'] = 0; </code>