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

User model, login and register pages #9

Open
RohanJnr opened this issue Jan 21, 2021 · 0 comments
Open

User model, login and register pages #9

RohanJnr opened this issue Jan 21, 2021 · 0 comments
Assignees

Comments

@RohanJnr
Copy link
Member

RohanJnr commented Jan 21, 2021

User model

  • Remove the existing Author model and modify the built-in/extend User model to include fields of the Author model.
  • Login should use a username and password (at least for now).

Login

  • Create a new route and a view for login
  • Redirect the user to the home page for now (we can work out the profile page later).

Register

  • Create a new route and a view for registration.
  • Redirect the user to the login page after a successful registration.

Note: Styling can be taken care of later but would be nice if done while working on this.

@RohanJnr RohanJnr self-assigned this Apr 11, 2021
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

No branches or pull requests

1 participant