USER_REGISTER_REQUIRED_FIELDS: Extra required fields enforced during registration.
USER_REGISTER_REQUIRED_FIELDS
USER_REQUIRED_FIELDS: Extra required fields enforced during profile updates.
USER_REQUIRED_FIELDS
USER_PROFILE_VALIDATIONS / REGISTER_VALIDATIONS: Custom validation hooks applied on profile and registration payloads.
USER_PROFILE_VALIDATIONS
REGISTER_VALIDATIONS
REST_REGISTER_VIEW: Selects the registration flow. Options:
REST_REGISTER_VIEW
omnishop.users.views.RegisterSMSOtpView (SMS 2FA)
omnishop.users.views.RegisterSMSOtpView
omnishop.users.views.RegisterKvkkView (KVKK consent, SMS optional)
omnishop.users.views.RegisterKvkkView
omnishop.users.views.UserRegisterWithLoyaltyCardViewSet (loyalty-capable, SMS verification)
omnishop.users.views.UserRegisterWithLoyaltyCardViewSet
omnishop.users.views.RegisterRedirectView (default, email-first)
omnishop.users.views.RegisterRedirectView
Last updated 2 months ago
Was this helpful?