Quantcast
Channel: Zammad - Community - Latest posts
Viewing all articles
Browse latest Browse all 6736

2FA Setup with Microsoft Authenticator - invalid security code

$
0
0

try to disable the 2FA for your user by console

zammad run rails c
user = User.find_by(email: 'email@domain.com')
user.update!(otp_required_if_login: false)

Viewing all articles
Browse latest Browse all 6736

Trending Articles