You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 23, 2020. It is now read-only.
My understanding was whenever left unspecified at install, admin was the default username and password but those don't seem to work for logging in at https://mydomainname.com:9980/loleaflet/dist/admin/admin.html. How and where do I get the username and password?
The text was updated successfully, but these errors were encountered:
If you don't set username and password, you have no access to the administration panel in others way. AFAIK
<admin_console desc="Web admin console settings.">
<enable desc="Enable the admin console functionality" type="bool" default="true">true</enable>
<enable_pam desc="Enable admin user authentication with PAM" type="bool" default="false">false</enable_pam>
<username desc="The username of the admin console. Ignored if PAM is enabled."></username>
<password desc="The password of the admin console. Deprecated on most platforms. Instead, use PAM or loolconfig to set up a secure password."></password>
</admin_console>
Would be anyway nice to have some opinion of someone more involved with collabora online project.
P.S.
The admin panel just show the name of the current open document, you cannot see the document.
My understanding was whenever left unspecified at install, admin was the default username and password but those don't seem to work for logging in at https://mydomainname.com:9980/loleaflet/dist/admin/admin.html. How and where do I get the username and password?
The text was updated successfully, but these errors were encountered: