Dilshan-H / Oblivion-Inverse

A Simple E-mail Tracker - Made with Flask, Setup under 30 minutes - Track your messages using your own platform!
https://dilshan-h.github.io/Oblivion-Inverse/
MIT License
28 stars 18 forks source link

how to create a username and password in the new version? #35

Open AgarGrief opened 5 months ago

AgarGrief commented 5 months ago

Hello, I just started the website without problems, but I can't find how to log in, I just implemented firebase, I only find old documents where they use an old module called models that no longer exists.

github-actions[bot] commented 5 months ago

Hello there, thanks for opening your first issue. We welcome you to the community!

Dilshan-H commented 5 months ago

Hello @AgarGrief, Please make sure that you are using the latest code base from main branch; otherwise you can simply download the latest release from here.

You can create a new user account through Firbase Authentication Dashboard. It is explained in the new documentation here: https://github.com/Dilshan-H/Oblivion-Inverse#installation (Refer step 7)

Now you have to create a new Firebase Authentication user. To do that, you have to go to the Authentication tab in the Firebase Console. Then click on the Set up sign-in method button. Then click on the Email/Password tab and enable it. Then click on the Users tab and click on the Add User button. Enter the email and password of the user account you want to create. Then click on the Add User button.

Feel free to comment here if you have any issue with that.