Add an alembic migration for the full initial database with the data. Switch LDAP to using bind and creating a federated login entry. Add LDAP support to the registry and index endpoints. Add a username transliteration and suggestion mechanism. Switch the database and model to require a manual initialization call.
This commit is contained in:
parent
08ccad7fe4
commit
5fdccfe3e6
12 changed files with 739 additions and 75 deletions
|
@ -33,3 +33,4 @@ reportlab==2.7
|
|||
blinker
|
||||
raven
|
||||
python-ldap
|
||||
unidecode
|
||||
|
|
Reference in a new issue