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 : Log Out #14

Closed
3 tasks done
Tracked by #10
tomik-z-cech opened this issue Feb 21, 2024 · 1 comment
Closed
3 tasks done
Tracked by #10

USER STORY : Log Out #14

tomik-z-cech opened this issue Feb 21, 2024 · 1 comment

Comments

@tomik-z-cech
Copy link
Owner

tomik-z-cech commented Feb 21, 2024

As a Site User, I am able to log out to leave the site functions for registered users.

Acceptance Criteria :

1.Registered user :
When I am logged in then I am able to logout.

2.Not registered user :
Don't have that option.

Tasks :

  • Create a log out link in base.html
  • Create if statement {% if user.is_authenticated %} in base.html
  • Test functionality with valid credentials

Epic :
EPIC 3

@tomik-z-cech
Copy link
Owner Author

This was done in commit 5a19fd0.

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

No branches or pull requests

1 participant