Home
last modified time | relevance | path

Searched defs:GuestAccountsSettings (Results 1 – 6 of 6) sorted by relevance

/dports/www/mattermost-webapp/mattermost/config/
H A Dcloud_defaults.json19 "GuestAccountsSettings": { object
H A Dconfig.json548 "GuestAccountsSettings": { object
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v5/model/
H A Dconfig.go2946 type GuestAccountsSettings struct { struct
2947 Enable *bool `access:"authentication_guest_access"`
2948 AllowEmailAccounts *bool `access:"authentication_guest_access"`
2949 EnforceMultifactorAuthentication *bool `access:"authentication_guest_access"`
2950 RestrictCreationToDomains *string `access:"authentication_guest_access"`
2953 func (s *GuestAccountsSettings) SetDefaults() {
3154 GuestAccountsSettings GuestAccountsSettings member
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v6/model/
H A Dconfig.go2830 type GuestAccountsSettings struct { struct
2831 Enable *bool `access:"authentication_guest_access"`
2832 AllowEmailAccounts *bool `access:"authentication_guest_access"`
2833 EnforceMultifactorAuthentication *bool `access:"authentication_guest_access"`
2834 RestrictCreationToDomains *string `access:"authentication_guest_access"`
2837 func (s *GuestAccountsSettings) SetDefaults() {
3021 GuestAccountsSettings GuestAccountsSettings member
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/mattermost/mattermost-server/v5/model/
H A Dconfig.go2792 type GuestAccountsSettings struct { struct
2793 Enable *bool `access:"authentication"`
2794 AllowEmailAccounts *bool `access:"authentication"`
2795 EnforceMultifactorAuthentication *bool `access:"authentication"`
2796 RestrictCreationToDomains *string `access:"authentication"`
2799 func (s *GuestAccountsSettings) SetDefaults() {
2929 GuestAccountsSettings GuestAccountsSettings member
/dports/www/mattermost-server/mattermost-server-6.0.2/model/
H A Dconfig.go2830 type GuestAccountsSettings struct { struct
2831 Enable *bool `access:"authentication_guest_access"`
2832 AllowEmailAccounts *bool `access:"authentication_guest_access"`
2833 EnforceMultifactorAuthentication *bool `access:"authentication_guest_access"`
2834 RestrictCreationToDomains *string `access:"authentication_guest_access"`
2837 func (s *GuestAccountsSettings) SetDefaults() {
3021 GuestAccountsSettings GuestAccountsSettings member