I'm trying to change the default user "user" password in the DB and it says that there is not any matching row in the table. Where is the default Appwrite user located at now?
@ZachHandley Do you know something about this? π
you should be able to follow any tutorial for updating a mariadb user password π§
Says 0 tables altered
what did you do?
and are you logged in as root?
Recommended threads
- Having issues with login via CLI
``` ~/appwrite ξ° appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...