Comment 6 for bug 517393

Revision history for this message
Joe T (joe-topjian-v) wrote :

Hi,

The username will default to "openiduser" if it does not find a value for the "nickname" attribute. From auth.py:

nickname = details['nickname'] or 'openiduser'

Hope that helps,
Joe