Yair Zaslavsky has posted comments on this change.

Change subject: [WIP] Replace GetAdUserByUserName with generic interface
......................................................................


Patch Set 1: Code-Review+1

(1 comment)

My question about letting the user to know about the password expiration may be 
handled in separate patch.

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/LoginBaseCommand.java
Line 36:     }
Line 37: 
Line 38:     private void HandleAuthenticationError(List<VdcBllMessages> 
errorMessages) {
Line 39:         // If for some reason the error messages list is still empty 
then add
Line 40:         // the general "user can't authenticate" message:
That's kinda ackward, isnt this supposed to be a filed as a bug? why not 
letting the user know his password expired?Just wondering...
Line 41:         if (errorMessages.size() == 0) {
Line 42:             
errorMessages.add(VdcBllMessages.USER_FAILED_TO_AUTHENTICATE);
Line 43:         }
Line 44:         for (VdcBllMessages msg : errorMessages) {


-- 
To view, visit http://gerrit.ovirt.org/15758
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: If1973d8db07705f7477016845dbd637ad21966c6
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Juan Hernandez <juan.hernan...@redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alo...@redhat.com>
Gerrit-Reviewer: Juan Hernandez <juan.hernan...@redhat.com>
Gerrit-Reviewer: Oved Ourfali <oourf...@redhat.com>
Gerrit-Reviewer: Ravi Nori <rn...@redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to