X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fauth.c;h=008e115e4561911d6c21f6b1f56c73e0c7f36660;hb=0b62159afeb5c36b82ae92a218959844f8966901;hp=2c5c1d04a155e4ef61a26539847827670fc1d762;hpb=da824a2e260f55df78d26ee7714178449cf93f2b;p=citadel.git diff --git a/webcit/auth.c b/webcit/auth.c index 2c5c1d04a..008e115e4 100644 --- a/webcit/auth.c +++ b/webcit/auth.c @@ -74,7 +74,7 @@ void display_openid_name_request(const StrBuf *claimed_id, const StrBuf *usernam if (StrLength(username) > 0) { Buf = NewStrBufPlain(NULL, StrLength(username)); - StrEscAppend(Buf, claimed_id, NULL, 0, 0); + StrEscAppend(Buf, username, NULL, 0, 0); svprintf(HKEY("REASON"), WCS_STRING, _("However, the user name '%s' conflicts with an existing user."), ChrPtr(Buf));