This is an old revision of the document!
Wiki (Meta)
Notes on DokuWiki that is running this site.
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;