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

