correct password success message on a missing user
This commit is contained in:
parent
574d028d95
commit
b7405adf48
@ -52,7 +52,7 @@
|
||||
|
||||
#define DB_VLOCK "1"
|
||||
#define DB_VERSION "0.9.2"
|
||||
#define CKDB_VERSION DB_VERSION"-0.501"
|
||||
#define CKDB_VERSION DB_VERSION"-0.502"
|
||||
|
||||
#define WHERE_FFL " - from %s %s() line %d"
|
||||
#define WHERE_FFL_HERE __FILE__, __func__, __LINE__
|
||||
|
||||
@ -91,7 +91,8 @@ static char *cmd_newpass(__maybe_unused PGconn *conn, char *cmd, char *id,
|
||||
NULL,
|
||||
by, code, inet, now,
|
||||
trf_root);
|
||||
}
|
||||
} else
|
||||
ok = false;
|
||||
}
|
||||
|
||||
if (!ok) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user