Ashtan Mistal
Results
1
comments of
Ashtan Mistal
For anyone coming across this issue now, what I found worked for disabling 2FA is ``` sudo bash -c 'json_file="user.json"; contents="$(jq "del(.otpUri)" ${json_file})"; echo "${contents}" > ${json_file}' ``` as if...