Disable federated login for new users if user creation is disabled
Fixes https://www.pivotaltracker.com/story/show/144821585
This commit is contained in:
parent
118ed4a37e
commit
b3d7577473
3 changed files with 42 additions and 3 deletions
|
@ -27,5 +27,3 @@ class FeatureNameValue(object):
|
|||
|
||||
def __nonzero__(self):
|
||||
return self.value.__nonzero__()
|
||||
|
||||
|
||||
|
|
Reference in a new issue