From 494081d72999946076995bacf844e022f1bc09b1 Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Mon, 27 Jun 2016 15:47:01 -0400 Subject: Remove old default user. --- projects/hsm/mgmt-cli.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/projects/hsm/mgmt-cli.c b/projects/hsm/mgmt-cli.c index 406d50c..7789dd1 100644 --- a/projects/hsm/mgmt-cli.c +++ b/projects/hsm/mgmt-cli.c @@ -222,12 +222,6 @@ static int check_auth(const char *username, const char *password) { hal_client_handle_t client = { -1 }; - /* Old default user. Remove this soon. */ - if ((strcasecmp(username, "ct") == 0) && (strcasecmp(password, "ct") == 0)) { - user = HAL_USER_NORMAL; - return CLI_OK; - } - /* PIN-based login */ if (strcmp(username, "wheel") == 0) user = HAL_USER_WHEEL; -- cgit v1.2.3