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
feat(auth): add allowRegistration config for open self-registration
The auth.jwt module previously only allowed the first user to self-register.
This adds an allowRegistration config option that, when true, lets any
visitor register without admin intervention.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
{Key: "allowRegistration", Label: "Allow Open Registration", Type: schema.FieldTypeBool, DefaultValue: false, Description: "When true, any visitor may register without admin intervention"},
{Key: "allowRegistration", Label: "Allow Open Registration", Type: FieldTypeBool, DefaultValue: false, Description: "When true, any visitor may register without admin intervention"},
0 commit comments