@alishaik Yeah… unfortunately that doesn’t work well… there’s data associate with a User that doesn’t get created in the Django Admin panel. New users should go through the registration process instead, or:
- If you’re using Tutor, you can create users from the shell: Local deployment — Tutor documentation
- If you need to pre-enroll people in courses before they have accounts registered, you can do that using their emails in the Instructor Dashboard, or using the bulk enrollment APIs: Programatically enroll or unenroll students