mirror of
https://github.com/pretix/pretix.git
synced 2026-08-22 12:42:00 +00:00
add migration for setting
This commit is contained in:
@@ -79,7 +79,7 @@ class CustomerSSOProvider(LoggedModel):
|
||||
help_text=_(
|
||||
"If enabled, when an existing customer registered with email and password tries to login through this SSO provider, pretix changes the account to single-sign-on. Otherwise pretix does not allow to log in."
|
||||
),
|
||||
),
|
||||
)
|
||||
configuration = models.JSONField()
|
||||
|
||||
def allow_delete(self):
|
||||
|
||||
Reference in New Issue
Block a user