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

Create User model and login interface #5

Open
schneidmaster opened this issue Sep 18, 2018 · 0 comments
Open

Create User model and login interface #5

schneidmaster opened this issue Sep 18, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@schneidmaster
Copy link
Member

We'll want to have an admin interface for adding/managing Cleveland based companies (and maybe other website management things down the line).

We should add a User model -- it could either just use has_secure_password, or it can use something like Devise, up to whoever implements this. We'll need at least a controller/views for users to be able to log in (reset password/more advanced functionality could come later). We should also have an admin CRUD interface for users to be able to add/manage other users, and probably a role enum attribute on users (admin -- can manage the site and other users; manager -- can manage the site but not other users).

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

No branches or pull requests

1 participant