Just wondering: Am I supposed to be able to log in via standard login mechanism or if using the SSO do I have to always log in via SSO (even if I want to log in as administrator). I am trying to directly log in as Flarum admin user who is not part of the SSO ecosystem, and the login dialog freezes, I get only the rotating "wait" icon next to "Log in" text inside the button.
There are some JavaScript errors in the console, all of them exceptions Uncaught TypeError: this.identification is not a function
thrown in LogInModal.js
. I would suppose that pressing the "Log in" button would generate some kind of HTTP request, but nothing seems to be sent to the server.
My environment is rather exotic, WAMP with SSL support via self-signed certificate.
Thanks for suggestions!