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

Finished Login, Signup, Reset Password #19

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

Conversation

iNezerr
Copy link

@iNezerr iNezerr commented Aug 28, 2024

This pull request introduces user authentication and password reset functionality to the application. The following changes have been made:

Changes in views.py

  • User Authentication:
    • Implemented login_view to handle user login.
    • Added signup_view for user registration.
    • Added logout_view for user logout.
  • Password Reset:
    • Created CustomPasswordResetView and CustomPasswordResetDoneView for password reset functionality.
  • View Updates:
    • Updated default and playlist views to handle POST requests.

Changes in urls.py

  • Added paths for:
    • login
    • signup
    • logout
    • forgot-password
    • password_reset_done
    • password_reset_confirm
    • password_reset_complete

Added HTML Templates

  • signup.html for user registration.
  • login.html for user login.
  • forgot_password.html for password reset request.
  • custom_password_reset_done.html for password reset confirmation.
  • password_reset_confirm.html for setting a new password.
  • password_reset_complete.html for password reset completion.

Please review the changes and provide feedback. Thank you!

  - Implemented user authentication in login_view.
  - Added signup_view for user registration.
  - Added logout_view for user logout.
  - Created CustomPasswordResetView and CustomPasswordResetDoneView for password reset functionality.
  - Updated default and playlist views to handle POST requests.

- Updated urls.py:
  - Added paths for login, signup, logout, forgot-password, password_reset_done, password_reset_confirm, and password_reset_complete.

- Added HTML templates:
  - signup.html for user registration.
  - login.html for user login.
  - forgot_password.html for password reset request.
  - custom_password_reset_done.html for password reset confirmation.
  - password_reset_confirm.html for setting a new password.
  - password_reset_complete.html for password reset completion.
@iNezerr
Copy link
Author

iNezerr commented Oct 13, 2024

Hello?
#8

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