Disable federated login for new users if user creation is disabled

Fixes https://www.pivotaltracker.com/story/show/144821585
This commit is contained in:
Joseph Schorr 2017-05-05 13:20:20 -04:00
parent 118ed4a37e
commit b3d7577473
3 changed files with 42 additions and 3 deletions

View file

@ -27,5 +27,3 @@ class FeatureNameValue(object):
def __nonzero__(self):
return self.value.__nonzero__()