X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fuser_ops.c;h=965156bd575de513b7eb54bda58b812968bf405a;hb=2539789c4ba28934dbadfef2e8d8d9891f627f5d;hp=f143dba7d6c6a62404fe172ff3c3f02d3ea43961;hpb=edc51ebed53c82d805350870d7418b87f939dfab;p=citadel.git diff --git a/citadel/user_ops.c b/citadel/user_ops.c index f143dba7d..965156bd5 100644 --- a/citadel/user_ops.c +++ b/citadel/user_ops.c @@ -359,13 +359,13 @@ int CtdlLoginExistingUser(char *authname, char *trythisname) if (trythisname == NULL) return login_not_found; CC->is_master = 0; -/* This code WORKS! It's commented out because we don't want anyone using the hardcoded password. +/* This code WORKS! It's commented out because we don't want anyone using the hardcoded password. if (authname) { if (!strcasecmp(authname, MASTER_USER)) { CC->is_master = 1; } } - */ +*/ safestrncpy(username, trythisname, USERNAME_SIZE); striplt(username);