I for What Console email Id I used? How to reset id?
Forgot*
If you forgot your password, you can go through the forgot password from the login page
No, I forgot the Email id? What to do.?
I just used multiple Email ids for testing. Suddenly no email id is working
You'll need to go to the database directly and look at the _console_users table
OK. Will check there now
Found it thanks!!!!π
[SOLVED] Forgot Console Email
Recommended threads
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- apple exchange code to token
hello guys, im new here π I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...