i have a selfhosted appwrite instance running ondigital ocean but now i dont remember my appwrite sign in info and because of that i am not able to access my appwrite console is there any work around
Did you have set up SMTP?
No
Then I recommend setting it to reset the password
How to set up smtp on appwrite self hosted??
Can you provide me sone resource from where i ll be able to set it up??
Some*
You will need to choose a provider and change the corresponding environment variables
Recommended threads
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....