jumpserver的mfa重置功能 ,解决jumpserver 某个用户得mfa得账户出现手机丢失,换收手机得情况,我们就需要把这个人得mfa码给重置掉。
source /opt/py3/bin/activate
cd /opt/jumpserver/apps
python manage.py shell
设置需要修改的用户,huangcong, 修改后,第二次登录就需要重新绑定mfa了
from users.models import User
u = User.objects.get(username='要重置MFA得用户名')
u.mfa_level='0'
u.otp_secret_key=''
u.save()
exit()
————————————————
推荐本站淘宝优惠价购买喜欢的宝贝:
本文链接:https://www.hqyman.cn/post/7273.html 非本站原创文章欢迎转载,原创文章需保留本站地址!
休息一下~~