Zoonk.Orgs.OrgSettings (Zoonk v0.1.0-dev)
View SourceDefines the OrgSettings
schema.
It handles the private settings for an organization.
While Zoonk.Orgs.Org
handles the public information
shown to users, this module manages settings visible
only to org admins or app admins.
Fields
Field Name | Type | Description |
---|---|---|
allowed_domains | List | Domains that allow users to automatically sign in/up. If empty, admins need to manually add users. |
org_id | Integer | The ID of the Zoonk.Orgs.Org this settings belongs to. |
inserted_at | DateTime | Timestamp when the settings were created. |
updated_at | DateTime | Timestamp when the settings were last updated. |