X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fuser_ops.c;h=32734200e55b19f633760e961e2c6943d8b24ee1;hp=9b4ee0d4f42666270662c6535783fc074f71455b;hb=2bcd29b7be1638c9b3038556a2f2eabd4b0e3af3;hpb=df8fe1be788cd4193b9e213009b665b47f1ed385 diff --git a/citadel/user_ops.c b/citadel/user_ops.c index 9b4ee0d4f..32734200e 100644 --- a/citadel/user_ops.c +++ b/citadel/user_ops.c @@ -659,12 +659,11 @@ void do_login(void) #endif /* - * No email address for user? Make one up. (commented out because it appears to break things) + * No email address for user? Make one up. (Apparently this broke something in the past. What was it?) + */ if (IsEmptyStr(CC->user.emailaddrs)) { sprintf(CC->user.emailaddrs, "cit%ld@%s", CC->user.usernum, CtdlGetConfigStr("c_fqdn")); } - */ - /* * Populate cs_inet_email and cs_inet_other_emails with valid email addresses from the user record