Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
look like this ?
https://sm.ms/image/fEI8YywhktOFWPg
could be related to https://github.com/BookStackApp/BookStack/issues/1541
can you confirm that the registration is in fact not working after checking the box?
In fact, I was setting up github login and found that it didn't work. Prompt me that registration is not turned on.
@msbt Can confirm, happened to me last night. Had to rebuild bookstack
I see there is no upstream fix yet. I have subscribed to that thread so I can build a new package when it gets fixed.
I found the root cause, external registration is disabled when LDAP login method is enabled in the book stack code - https://github.com/BookStackApp/BookStack/blob/master/app/Settings/SettingService.php#L269
I have updated bookstack package to support optional cloudron authentication. If you do a fresh install, you will get the option to install without cloudron auth. After that, you can enable external registration.