-
Notifications
You must be signed in to change notification settings - Fork 11.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TOTP Required [totp-required]","errorType":"totp-required" #18822
Comments
This issue was closed because it does not use our bug report issue template. Please make sure to use it and fill it as much as you can so we can provide better and faster support. The following sections must not be removed, or else the BOT will close it immediately again:
|
wow |
Hello, lol ... @gcommit Did you find some workaround ? Thanks. |
Nevermind, I found the other thread. |
In fact, i did ;) Solution 1): environment variable called Accounts_TwoFactorAuthentication_Enforce_Password_Fallback set to false to disable this new behavior of asking the password as 2FA introduced at 3.6.0 Solution 2):
Add a x-2fa-code header, with password and x-2fa-method header with password as method. Note: The password needs to be a sha256 hash of the actual password |
Thanks @gcommit I'll try the first solution since I've wasted already quite some time and implement the second one some day ... |
Adminstration -> Settings -> Accounts -> Disable Two Factor Authentication |
Thank you @delatorremario! |
Description:
The new version 3.6.0 is working fine when i update an existing instance. But i am not able to start new ones. I am running automated scripts to build up my docker container whenever i want to. But it fails since 2FA is forced (if i understand it right) it fails at the point, where i want to change things like SiteURL or Admin user
https://rocket.chat/all-aboard-rocket-chat-3-6-is-here/
"If you’re changing an important setting on your Admin panel or resetting an E2E Key, our system will now ask you for a 2-Factor Authentication code to proceed with the changes."
This breaks the whole automatism thing... Correct me if i am wrong.
Steps to reproduce:
Expected behavior:
No 2FA forced - because i think a lot of people are using automated setups, you can't use 2FA that way ...
Actual behavior:
RC does not start.
Server Setup Information:
Relevant logs:
The text was updated successfully, but these errors were encountered: