Change GAIO Community password
Reset GAIO Community Password
Open your terminal as Administrator
Run all the following commands inside the terminal.
List all containers
docker psAccess the container Replace
<container_id>with the ID of the container where GAIO is running.docker exec -it <container_id> /bin/bashOpen the ClickHouse client
clickhouse-client -u default --password Ldnq8y04MekEH4QCYPscVAUpdate the user password in the table
ALTER TABLE gaioadmin.user UPDATE password = '$argon2id$v=19$m=65536,t=2,p=1$f6hAIuOvqcyxcN3XN1mo/Qu4O1EBYzICvpZhTHSJNZw$x5uYYg6xJxv1GY9ZguS45qWNtZdTmAoRFnaNtCEz0/o' WHERE email = 'YOUR-EMAIL-HERE';Log in to GAIO You can now log in to GAIO using the password: @GAIO123
Need help?
We're here to support you: https://gaio.discourse.group/
Last updated