"\nYou have enabled Google one time phone authentication.\n\nYou will need a smartphone or another client device with an authenticator application such as Google Authenticator or Authy.\
\n\nMake sure you have your tokens on your phone otherwise you will not be able to log in.\
\n\nDo you want to create new tokens and transfer them to the phone?" 17 61
fi
if[[$?== 1 ||!-f ~/.google_authenticator ]];then
google-authenticator -t-d-f-r 3 -R 30 -W
# all users on system shall use the same
for i in /home/*;do cp ~/.google_authenticator $i/.google_authenticator;chown"${i/\/home\//}"."${i/\/home\//}"$i/.google_authenticator;done