DevClad-Inc / devclad

Too many positional arguments in function call PYL-E1121
Bug risk
Critical
a year agoa year old
Too many positional arguments for method call
152            # When `is_active` of a user is set to False, allauth tries to return template html
153            # which does not exist. This is the solution for it. See issue #264.
154            try:
155                return self.get_auth_user_using_allauth(username, email, password)156            except url_exceptions.NoReverseMatch as e:
157                msg = _("Unable to log in with provided credentials.")
158                raise exceptions.ValidationError(msg) from e