Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update auth.py and __init__.py to create the database and make the login function in the auth file #126

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

DrashtiSanjayShah
Copy link

These changes solve issues #83 and #95 . There have been changes made in the os.path.join as in no longer exists and so I have changes.
also, the login function in the auth file does not work properly as it is taking password as the parameter which is not related to any user. It should have been password1.

Made changes in def login():
there needs to be the parameter password1 taken by variable password.
Made changes in def create_database()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant