Code review comment for lp:~mhall119/django-openid-auth/fixes-642132

Revision history for this message
Michael Hall (mhall119) wrote :

I think in the case of an existing username conflict, then we could go back to $username+1 increments until we find a unique one. Unfortunately it would do this incrementing process every time the user logged in, until their new LP username is available in Django, but I don't think that would be such a performance hit.

« Back to merge proposal