You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, it is possible to create a user without specifying a new profile object. This cannot be solved with min_num, which just creates an instance of the first inline class (StudentUserProfile) and doesn't allow the type to be changed. Attempts to use empty_permitted have also failed.
The text was updated successfully, but these errors were encountered:
noahbkim
changed the title
Profile not required in user registration.
Profile not required in user registration
Aug 31, 2017
Currently, it is possible to create a user without specifying a new profile object. This cannot be solved with
min_num
, which just creates an instance of the first inline class (StudentUserProfile) and doesn't allow the type to be changed. Attempts to useempty_permitted
have also failed.The text was updated successfully, but these errors were encountered: