hi, I'm trying to use appwrite cli in my terminal but since I login using my github account in the console, i dont have a password for the account, any idea of a workaround or fix this? thanks in advance
Easiest way is to do Forgot Password on the email your GH acct is associated with and go through that flow and you will have a password set for that email
Hi Evan, I tried that earlier but the email for resetting password wouldnt come up, I've checked my spam and everything but didnt get anything
The email won't update if you've changed it on Github after you've initiated the connection, you might need to use the original one if you have changed it
the thing is I've only used 1 same email for github since i first made the account there
Hi @los , I have the same issue!! appwrite login CLI command wants a password my account doesn't have since I created it like yours, through my Github Account. What did you do exactly to be able to use the CLI?!!
Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Appwrite Storage error 503s for automate...
I'm facing error 503s from Appwrite after about 5-6 seconds of making AI requests from my tool with images and files above 20MB (=> not inline base64 used, but ...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...