Admin Password

Admin Password

If you forgot the admin password, it cannot be reset by email.

You can reset the password to password by updating the database directly.

Open a Web terminal and click the PostgreSQL button on the top bar and click enter. In the prompt, execute

dbb969ebe64f58473ebed981bb1b69d64c=> UPDATE tc_users SET hashedpassword='ef38a22ac8e75f7f3a6212dbfe05273365333ef53e34c14c', salt='000000000000000000000000000000000000000000000000' WHERE name='admin';
UPDATE 1

Info:
This will set the password to be: password