Make user_import in the django auth plugin return the new user
authorMagnus Hagander <magnus@hagander.net>
Mon, 10 Aug 2020 11:14:33 +0000 (13:14 +0200)
committerMagnus Hagander <magnus@hagander.net>
Mon, 10 Aug 2020 11:15:50 +0000 (13:15 +0200)
commitb97aa1d581946c1b601cd5002fbe290b717ae59f
treeb8a57b73193f542b541a0881b4badfb7eddfdfdd
parente803deca1e42dcf669b8e7d4ee10176c602d3a26
Make user_import in the django auth plugin return the new user

It's useful to be able to directly get at the user record that was
returned instead of having to re-query it from the database. Since
nothing was previously returned, this is not backwards incompatible.
tools/communityauth/sample/django/auth.py