X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;ds=sidebyside;f=citadel%2Fuser_ops.c;h=2c1228b87888d38de33d0ac366688eb586841347;hb=3faf301cf0711139536f237f6cf69a22a71ee370;hp=866e508a1a7b640baa5c64efcfc872c4e89e2fa3;hpb=95d5f5081fd65e416127be410ff7240b19abf002;p=citadel.git diff --git a/citadel/user_ops.c b/citadel/user_ops.c index 866e508a1..2c1228b87 100644 --- a/citadel/user_ops.c +++ b/citadel/user_ops.c @@ -422,7 +422,7 @@ int CtdlLoginExistingUser(char *authname, char *trythisname) * is an e-mail address */ if (found_user != 0) { - valid = validate_recipients(username); + valid = validate_recipients(username, 0); if (valid != NULL) { if (valid->num_local == 1) { found_user = getuser(&CC->user, valid->recp_local);