mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 10:26:28 +00:00
models: Fix typo in RealmAuthenticationMethod docstring.
This commit is contained in:
committed by
Tim Abbott
parent
6bc7e94405
commit
0c62a2ed4f
@@ -55,7 +55,7 @@ def clear_supported_auth_backends_cache() -> None:
|
|||||||
class RealmAuthenticationMethod(models.Model):
|
class RealmAuthenticationMethod(models.Model):
|
||||||
"""
|
"""
|
||||||
Tracks which authentication backends are enabled for a realm.
|
Tracks which authentication backends are enabled for a realm.
|
||||||
An enabled backend is represented in this table a row with appropriate
|
An enabled backend is represented in this table as a row with appropriate
|
||||||
.realm value and .name matching the name of the target backend in the
|
.realm value and .name matching the name of the target backend in the
|
||||||
AUTH_BACKEND_NAME_MAP dict.
|
AUTH_BACKEND_NAME_MAP dict.
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user