remove check to prevent creation of local accounts if disabled
for two reasons: - it is no longer a concern since email addresses are well verified now - it was broken (an entry would be created in auth_user anyway, whereas the other tables would not be updated) - it was doubly broken (raise PermissionError on first gitlab login too)
Please register or sign in to comment