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 STORY US05: Account Creation #7

Closed
RoshnaVakkeel opened this issue Jan 3, 2023 · 1 comment
Closed

USER STORY US05: Account Creation #7

RoshnaVakkeel opened this issue Jan 3, 2023 · 1 comment

Comments

@RoshnaVakkeel
Copy link
Owner

RoshnaVakkeel commented Jan 3, 2023

As a Site user I can create an account by registering my details so that I can comment, like, create and edit lab log posts

Acceptance Criteria

Acceptance Criteria 1:
Given that unregistered/new user visits the website
When they click the "Register" button/"Sign Up" link
Then they are directed "Sign Up" form

Acceptance Criteria 2:
Given that unregistered user fills the "Sign Up" form
When they enter the valid username and email address
Then the system will proceed to register

Acceptance Criteria 3:
Given that unregistered user fills the "Sign Up" form
When they enter the same username and email address using which they used once for registration
Then the system would not be able to register

@RoshnaVakkeel
Copy link
Owner Author

All done. Django forms have inbuilt features, modified the templates with bootstrap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant