* fix: studio registration using the LMS SSO Add the social-core settings: ``` INACTIVE_USER_LOGIN = True INACTIVE_USER_URL = 'http://localhost:18010' ``` Change the registration link's `next` parameter to trigger SSO login after the registration.