mirror of https://github.com/zulip/zulip.git
ffa3aa8487
So far, we've used the BitField .authentication_methods on Realm for tracking which backends are enabled for an organization. This however made it a pain to add new backends (requiring altering the column and a migration - particularly troublesome if someone wanted to create their own custom auth backend for their server). Instead this will be tracked through the existence of the appropriate rows in the RealmAuthenticationMethods table. |
||
---|---|---|
.. | ||
commands | ||
data | ||
__init__.py |