diff --git a/user_managment/app.py b/user_managment/app.py index 4555605..2814c91 100644 --- a/user_managment/app.py +++ b/user_managment/app.py @@ -420,7 +420,7 @@ def create_app(): u_role = UserRoles.query.filter_by(user_id=u.id).first() u_role.role_id = 2 db.session.commit() - content = '''

Admin now a user: ''' + str(request.args.get('callsign')) + '''

\n''' + content = '''

Admin now a user: ''' + str(request.args.get('callsign') ) + '''

\n''' elif request.method == 'POST' and request.form.get('callsign') and not request.form.get('user_status') or request.method == 'GET' and request.args.get('callsign'): # and request.form.get('user_status') : @@ -459,19 +459,19 @@ def create_app(): -
+

-
+

-
+

@@ -481,6 +481,7 @@ def create_app(): + @@ -490,6 +491,25 @@ def create_app(): ''' + role_link + '''

 

+

 Passphrase Authentication Method Key

+ + + + + + + + + + + + + +
CalculatedLegacy (config)Custom
''0'passphrase'
+

{DMR ID: Method, 2nd DMR ID: Method}

+

Example:
{1234567: '', 134568: 0, 1234569: 'passphr8s3'}

+ + ''' else: content = '''