Thiết lập 2 lớp bảo vệ, mã gửi về điện thoại xác nhận không đúng

toff

New member
Joined
Dec 27, 2022
Messages
2
Thiết lập 2 lớp bảo vệ, mã gửi về điện thoại xác nhận không đúng
.Không cách nào vào được tài khoản vì mã ở điện thoại nhập mãi không đúng.
 
Set up 2 layers of protection, the code sent to the phone is incorrect. I have no way to access my account because the code in the phone is forever incorrect.
 
Ah oke.
In that case the only solution is to disable the 2 factor authentication so you can get in your system again or in your account.
To do this you need to acces your VPS/Server via SSH as root.

Go to:
/usr/local/directadmin/data/users/accountname/
where "accountname" is ofcourse the name of the account and then edit the user.conf in there and set:
twostep_auth=no

Just to be sure you could restart directadmin:
service directadmin restart

After that you should be able to login again and if needed create a new 2-step login.
 
Back
Top