====== Wiki (Meta) ======
Notes on DokuWiki that is running this site.
**Additional Content**
The [[wiki:meta:start|/Wiki/Meta]] section contains additional information that may be relevant.
**Code Modifications**
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.
===== 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:
- $conf['plugin']['oauth']['singleService'] = 1;
+ $conf['plugin']['oauth']['singleService'] = 0;