Skip to content

ensure user info is populated when registering users

kaniini requested to merge bugfix/408 into develop

Issue #408 (closed) is caused by user.info being nil on initial registration. This resolves that by populating user.info with the expected default values.

A regression test is also added.

Merge request reports