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

Add a login/registration system #85

Closed
entrotech opened this issue Apr 3, 2019 · 1 comment
Closed

Add a login/registration system #85

entrotech opened this issue Apr 3, 2019 · 1 comment

Comments

@entrotech
Copy link
Member

To get set up for the application to allow data entry and maintenance of organizations and jobs, we need to allow users to register and login (anonymous users will still be able to search read-only information about jobs and organizations). They will need to provide an email as a username and a password, stored in the postgres database in a logins table. There needs to be two kinds of registered users. System administrators will be able to enter/edit all organizations and jobs. Organization Representatives will only be able to enter/edit their own organization(s) and the associated jobs. I guess an organization rep might be assocated with more than one organization.

Once all this is set up, then we can lock down the Organization and Job create/edit forms so that only authorized users can see and run them.

@brianplynn
Copy link
Member

all done (mostly) :)

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

2 participants