* Repaired an OpenID login screen that was damaged during the strbuf conversion
authorArt Cancro <ajc@citadel.org>
Fri, 17 Jul 2009 20:55:35 +0000 (20:55 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 17 Jul 2009 20:55:35 +0000 (20:55 +0000)
webcit/auth.c

index 2c5c1d04a155e4ef61a26539847827670fc1d762..008e115e4561911d6c21f6b1f56c73e0c7f36660 100644 (file)
@@ -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));