{"body":"    @property\n    def ignore_password_lockout(self):\n        if (self.id in\n                CONF.security_compliance.lockout_ignored_user_ids):\n            # NOTE(notmorgan): This option is deprecated and subject to\n            # removal in a future release, for now this guarantees the value\n            # in the config option is followed.\n            return True\n        return bool(self._ignore_password_lockout)\n\n    @ignore_password_lockout.setter\n    def lockout_ignore(self, value):\n        self._ignore_password_lockout = bool(value)","name":"","extension":"txt","url":"https://www.irccloud.com/pastebin/uMmf07Ra","modified":1485187295,"id":"uMmf07Ra","size":541,"lines":13,"own_paste":false,"theme":"","date":1485187295}