X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fopenid%2Fserv_openid_rp.c;fp=citadel%2Fmodules%2Fopenid%2Fserv_openid_rp.c;h=b592d8156c090f548eff4f9469a050042b0cf530;hb=92b1da07f5a90221fdf7f2adfb2258c9c2cdc7a1;hp=5b3a9ac4f15395668b2090f5469e688e9542aa53;hpb=5d8503a386f4b0b7a6fe4091e5c03e36a6fac737;p=citadel.git diff --git a/citadel/modules/openid/serv_openid_rp.c b/citadel/modules/openid/serv_openid_rp.c index 5b3a9ac4f..b592d8156 100644 --- a/citadel/modules/openid/serv_openid_rp.c +++ b/citadel/modules/openid/serv_openid_rp.c @@ -402,7 +402,7 @@ int openid_create_user_via_ax(StrBuf *claimed_id, HashList *sreg_keys) } /* The desired account name is available. Create the account and log it in! */ - if (create_user(nickname, CREATE_USER_BECOME_USER)) return(6); + if (create_user(nickname, CREATE_USER_BECOME_USER, NATIVE_AUTH_UID)) return(6); /* Generate a random password. * The user doesn't care what the password is since he is using OpenID.