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
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