From 848c2b61cd016217a12c2f02b8a5971ccb44a8f2 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Sat, 26 Jun 2021 16:47:28 +1000 Subject: [PATCH] fixed login code --- TODO | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/TODO b/TODO index 5909535..6eeee30 100644 --- a/TODO +++ b/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?