Just installed leantime today. 2FA activation redirects to an error page. On Github there is a message of this error missing php7.4-imagick. https://github.com/Leantime/leantime/issues/356
Any ideas?
Just installed leantime today. 2FA activation redirects to an error page. On Github there is a message of this error missing php7.4-imagick. https://github.com/Leantime/leantime/issues/356
Any ideas?
One of the wifi networks (I do not have control over) uses bogon IP space for addressing. When connected to this network I cannot access any Cloudron servers. Do they block bogon? If so, how can I white list a network - in specific 100.64.0.0/10?
This would be worthwhile
@girish Thanks! - should have figured that out - didn't see the button
Ran into an issue with resetting 2FA for a user... the instructions for Guacamole seem to be editing the database as follows but I am having difficulty translating this to the Cloudron install... would someone be able to provide instructions that would work for this?
mysql -u root -p
use guacamoldb;
SELECT user_id FROM guacamole_user INNER JOIN guacamole_entity ON guacamole_entity.entity_id = guacamole_user.entity_id WHERE guacamole_entity.name = 'guacadmin';
Now you get the userid of the user guacadmin which should be #1.
Reset totp for user with id #1.
UPDATE guacamole_user_attribute SET attribute_value='false' WHERE attribute_name = 'guac-totp-key-confirmed' and user_id = '1';
quit;
@girish it would be helpful if there was a way to reset it. I have already had a user with a need for this
When resetting a users password as an admin, it does not reset the 2FA key. The only way I can see to reset it is to turn off 2FA and turn it back on again. When the reset password link is sent it allows the user to log in but after logging out again it requires the 2FA key. Am I missing somewhere where the key can be reset?
Thanks
Alex
I noticed that Guacamole has a 2fa module.
https://guacamole.apache.org/doc/gug/totp-auth.html#totp-prerequisites
Has anyone added it successfully, and if so have some steps to do so?
Cheers
A