From 702da130d2522d6b0603d6dfb87a1914760cf94d Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam Date: Sat, 26 Sep 2020 08:21:54 +0530 Subject: updated login api url mapping and validation Issue-ID: DOVETAIL-801 Signed-off-by: Kanagaraj Manickam Change-Id: I97e36ec01e1975c6edd61c8b6215f60573d29254 --- opnfv_testapi/common/message.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'opnfv_testapi/common') diff --git a/opnfv_testapi/common/message.py b/opnfv_testapi/common/message.py index 0f50cd1..ae36e4d 100644 --- a/opnfv_testapi/common/message.py +++ b/opnfv_testapi/common/message.py @@ -58,6 +58,10 @@ def no_auth(): return 'No permission to operate. Please ask Administrator for details.' +def invalid_credentials(): + return 'Invalid UserName or Password' + + def req_username(): return 'UserName is Required' -- cgit 1.2.3-korg