What to do with default admin user after installation?
-
In the bookstack docs, one of the post-install steps says to give the admin user a new email and password (https://www.bookstackapp.com/docs/admin/security/#initial-security-setup).
I do find the referenced admin user in the bookstack Users, and I can change its email address, but I don't see a way to change its password (nor do I know what its default password may currently be). I installed with "allow all users of this Cloudron" and I don't actually have any such user (named "admin") in my Cloudron, so do I just ignore this?
-
@darcyc Yes, correct. In Cloudron, we use the LDAP authentication in BookStack. When LDAP mode is enabled in BookStack, you cannot login as admin anymore. See https://www.bookstackapp.com/docs/admin/ldap-auth/
You may find that you cannot log in with your initial Admin account after changing the AUTH_METHOD to ldap. To get around this set the AUTH_METHOD to standard, login with your admin account then change it back to ldap. You get then edit your profile and add your LDAP uid under the ‘External Authentication ID’ field. You will then be able to login in with that ID.
On Cloudron, the first user will become admin. The roles of rest of the users can be adjusted in BookStack's settings page. I put this info in our docs now - https://cloudron.io/documentation/apps/bookstack/#admin