fixed login code

This commit is contained in:
2021-06-26 16:47:28 +10:00
parent f9d505a1b8
commit 848c2b61cd

10
TODO
View File

@@ -1,14 +1,5 @@
## GENERAL ## 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 * fix up logging in general
* comment your code * comment your code
* more OO goodness :) * more OO goodness :)
@@ -52,6 +43,7 @@
Admin Admin
-> delete old jobs / auto delete jobs older than ??? -> delete old jobs / auto delete jobs older than ???
-> do I want to have admin roles/users?
### UI ### UI
??? ipads can't do selections and contextMenus, do I want to re-factor to cater for this? ??? ipads can't do selections and contextMenus, do I want to re-factor to cater for this?