Reset GAIO Community Password
-
Open your terminal as Administrator
Run all the following commands inside the terminal.
-
List all containers
docker ps -
Access the container
Replace<container_id>with the ID of the container where GAIO is running.docker exec -it <container_id> /bin/bash -
Open the ClickHouse client
clickhouse-client -u default --password Ldnq8y04MekEH4QCYPscVA -
Update 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