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 #4

Open
10 of 11 tasks
abkfenris opened this issue Dec 7, 2014 · 1 comment
Open
10 of 11 tasks

User Model #4

abkfenris opened this issue Dec 7, 2014 · 1 comment
Milestone

Comments

@abkfenris
Copy link
Owner

User Model

  • id
  • username
  • first
  • last
  • email
  • password_hash - using Flask-Security
  • observer
  • password
  • verify_password() - using Flask-Security
  • __repr__
  • Flask-security role should be admin
  • Need to add roles table for flask-security and match users to what flask-security expects
  • Admin should have 'me' for logged in users who aren't admins with a simpler form
This was referenced Dec 7, 2014
@abkfenris abkfenris modified the milestone: Skateboard Dec 14, 2014
@abkfenris abkfenris modified the milestones: Bike, Skateboard Jan 14, 2015
@abkfenris
Copy link
Owner Author

Roles need a __repr__ for the admin.

abkfenris added a commit that referenced this issue Jan 24, 2015
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