Implement user access on network scope
Replace previous implementation based on the domain. The domain can be changed per network but in practice we always use the same domain in a network scope. We currently have 9 network scopes but only 3 domains. Using the network scope gives us finer granularity in practice. JIRA INFRA-1228 #action In Progress
Showing
- app/models.py 22 additions, 22 deletionsapp/models.py
- app/settings.py 10 additions, 10 deletionsapp/settings.py
- app/templates/user/profile.html 2 additions, 2 deletionsapp/templates/user/profile.html
- tests/functional/conftest.py 6 additions, 6 deletionstests/functional/conftest.py
- tests/functional/test_models.py 25 additions, 23 deletionstests/functional/test_models.py
- tests/functional/test_web.py 15 additions, 15 deletionstests/functional/test_web.py
Loading
Please register or sign in to comment