Skip to content
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.

As an end user, I want to be able to register myself on the website so that I have an account I can use. #9

Open
MaxWasUnavailable opened this issue Sep 6, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@MaxWasUnavailable
Copy link
Member

No description provided.

@MaxWasUnavailable MaxWasUnavailable self-assigned this Sep 6, 2021
MaxWasUnavailable added a commit that referenced this issue Sep 6, 2021
Just a basic login / registration system to make development a bit easier.
Used the default login app from Django to handle the login view, but it is very simple to switch to a custom view in case we want to handle it another way.

In total added 3 views:
- login
- signup
- account

Base template in base.html

Issues: #9 #10
@MaxWasUnavailable
Copy link
Member Author

Basic implementation done. Needs a properly designed page now. After that, we can review it and see if the backend needs any changing.

@MaxWasUnavailable MaxWasUnavailable added the enhancement New feature or request label Sep 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants