Comment 2 for bug 1028563

Revision history for this message
shwinpiocess (shwinpiocess) wrote :

service.py
line 276 # If the user is disabled don't allow them to authenticate
        277 if not user_ref.get('enabled', True):
        278 raise exception.Forbidden(message='User has been disabled')