class OverriddenUserAuthRoleBackend(BaseAuthRoleBackend):
    """
    Authenticates against settings.AUTH_USER_MODEL (not 'auth.User') model
    with authrole.Role field.
    """