Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

Need to have username / password logins for web UI #21

Open
palisadoes opened this issue Dec 9, 2019 · 2 comments
Open

Need to have username / password logins for web UI #21

palisadoes opened this issue Dec 9, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request UX

Comments

@palisadoes
Copy link
Contributor

    1. Local database with encrypted passwords generated by a random salt
    2. Using LDAP
@palisadoes palisadoes added the enhancement New feature or request label Dec 9, 2019
@palisadoes palisadoes added the UX label Jan 20, 2020
@palisadoes palisadoes added this to To do in UX via automation Jan 20, 2020
@gill876
Copy link
Collaborator

gill876 commented Mar 21, 2020

Would using Flask be suitable to create the login page?
Also, the flask file would manage the database for the username and password.
There would also be an admin page to add more users with different access types.
The web pages would have similar styles to the current Pattoo web pages.

@palisadoes
Copy link
Contributor Author

palisadoes commented Mar 21, 2020

Yes you’d need to use flask for this task. The real question is what happens after the person logs in. Some suggestions after login.

  1. The ability to do all the tasks a person can do from the command line. The underlying libraries are there, the task would be to create the screens to do this.
  2. At the moment, the pattoo api will accept any validly formatted data that any agent sends. We need a way to prevent this from automatically happening. One way to do this is to have an authorization screen for newly detected agents. The code to ignore such data and flag it in the console until accepted will be required.

Passwords will need to be encrypted with a high security level hash.

@palisadoes palisadoes added this to the Implement New Layout Design milestone Jun 3, 2020
@bonnie-23 bonnie-23 added this to To do in Pattoo-App-Q4 via automation Sep 17, 2020
@bonnie-23 bonnie-23 moved this from To do to In Progress Cargill in Pattoo-App-Q4 Sep 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request UX
Projects
Pattoo-App-Q4
  
In Progress Cargill
UX
  
To do
Development

No branches or pull requests

2 participants