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-facing messages #66

Open
jameslzhu opened this issue Apr 26, 2019 · 0 comments
Open

User-facing messages #66

jameslzhu opened this issue Apr 26, 2019 · 0 comments

Comments

@jameslzhu
Copy link
Member

jameslzhu commented Apr 26, 2019

Django has a built-in messages contrib module, for displaying user-facing messages, i.e.

  • Login successful!
  • Login failed: unrecognized username / password.
  • Signup failed: bad password / ...

Briana implemented an error message for failed user signup, but because there is no corresponding code in the template to view it, it is silent.

This should probably be implemented in the base.html.

@jameslzhu jameslzhu added this to Low priority in Beta issue triage Oct 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Beta issue triage
  
Low priority
Development

No branches or pull requests

1 participant