From 5f57ceae66d5cebf210cd1af549b49fb913f38cd Mon Sep 17 00:00:00 2001 From: KF7EEL Date: Fri, 4 Jun 2021 17:30:05 -0700 Subject: [PATCH] add link to edit user in auth log --- user_managment/app.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/user_managment/app.py b/user_managment/app.py index 3cad1f6..7feb0e1 100644 --- a/user_managment/app.py +++ b/user_managment/app.py @@ -1004,7 +1004,7 @@ def create_app(): content = content + '''  ''' + str(i.login_dmr_id) + '''  -  ''' + i.portal_username + '''  +   ''' + i.portal_username + '''   ''' + i.peer_ip + '''   ''' + i.login_auth_method + '''   ''' + i.server_name + '''  @@ -1016,7 +1016,7 @@ def create_app(): content = content + '''  ''' + str(i.login_dmr_id) + '''  -  ''' + i.portal_username + '''  +  ''' + i.portal_username + '''   ''' + i.peer_ip + '''   ''' + i.login_auth_method + '''   ''' + i.server_name + '''  @@ -1071,7 +1071,7 @@ def create_app():

 Time (UTC) 

-

 Login Status 

+

 Last Login Status 

\n''' for i in a: