From 9e66503f0efe4bf6be6c9f6c9d42f8882e827567 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adolfo=20G=C3=B3mez?= Date: Fri, 22 Nov 2019 13:53:39 +0100 Subject: [PATCH] Update rest.py --- actor/src/udsactor/rest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actor/src/udsactor/rest.py b/actor/src/udsactor/rest.py index 91111d78c..4a7504dbb 100644 --- a/actor/src/udsactor/rest.py +++ b/actor/src/udsactor/rest.py @@ -154,7 +154,7 @@ class REST: Raises an exception if could not register, or registers and returns the "authorization token" """ data = { - 'username': username, + 'username': username + '@' + auth, 'hostname': hostname, 'ip': ip, 'mac': mac,