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
I'm experimenting with Prosody and after setting everything up it appears to work, I have lines like this in the /var/log/prosody/prosody.log file:
May 31 11:09:40 mod_bosh info New BOSH session, assigned it sid 'XXX'
However it appears that I can only login to Nextcloud after disabling the OpenOTP Two Factor Authentication app via occ app:disable twofactor_totp — is JavaScript XMPP Chat incompatible with OpenOTP Two Factor Authentication?
The text was updated successfully, but these errors were encountered:
I have done some more testing and if OpenOTP Two Factor Authentication is enabled then logging in using the "Login without chat" works as normal.
If you click "Log in" you get the "Loggin in…" text and spinning image but nothing happens.
However if you click in the URL bar in your browser (which displays https://example.org/login) and hit enter then you get a redirect to the TOTP (Authenticator app) form, at https://example.org/login/challenge/totp and then you can enter the code and login.
So the issues appears to be that the redirect from /login to /login/challenge/totp doesn't happen when the ojsxc app is enabled.
I'm experimenting with Prosody and after setting everything up it appears to work, I have lines like this in the
/var/log/prosody/prosody.log
file:However it appears that I can only login to Nextcloud after disabling the OpenOTP Two Factor Authentication app via
occ app:disable twofactor_totp
— is JavaScript XMPP Chat incompatible with OpenOTP Two Factor Authentication?The text was updated successfully, but these errors were encountered: