fixed login code
This commit is contained in:
10
TODO
10
TODO
@@ -1,14 +1,5 @@
|
||||
## GENERAL
|
||||
|
||||
* incorporate flask-login and flask-ldap3-login
|
||||
https://flask-login.readthedocs.io/en/latest/
|
||||
https://flask-ldap3-login.readthedocs.io/en/latest/
|
||||
https://pythonhosted.org/Flask-Principal/
|
||||
# this is an example:
|
||||
https://code.tutsplus.com/tutorials/flask-authentication-with-ldap--cms-23101
|
||||
* user management scope
|
||||
- do I want admins only? I definitely * want a read-only / share (but to a subset potentially?)
|
||||
(see point above for how to do all this)
|
||||
* fix up logging in general
|
||||
* comment your code
|
||||
* more OO goodness :)
|
||||
@@ -52,6 +43,7 @@
|
||||
|
||||
Admin
|
||||
-> delete old jobs / auto delete jobs older than ???
|
||||
-> do I want to have admin roles/users?
|
||||
|
||||
### UI
|
||||
??? ipads can't do selections and contextMenus, do I want to re-factor to cater for this?
|
||||
|
||||
Reference in New Issue
Block a user