Hello Search the key in the database :
select guacamole_user.user_id, guacamole_user.entity_id, name, attribute_value from guacamole_entity,guacamole_user,guacamole_user_attribute where guacamole_user_attribute.user_id = guacamole_user.user_id and guacamole_user.entity_id = guacamole_entity.entity_id and attribute_name = "guac-totp-key-secret" and name like 'user_name'; and manually enter the key in Google Authentificator -----Message d'origine----- De : eunosm3 <[email protected]> Envoyé : vendredi 10 juillet 2020 15:39 À : [email protected] Objet : Re-Authenticate Google TOTP on New Device I bought a new device, so I will lose access to the codes displayed by Google Authenticator that I use for 2FA when I log into my Guacamole site. How do I set up the google authenticator on my new device so it works with my pre-existing setup? Is it a matter of displaying the QR code again? Something different? idk. I suppose I could remove the totp extension, restart guacd, add the extension back and restart guacd again. Any other methods, though? -- Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
