Yair Zaslavsky has uploaded a new change for review.

Change subject: 3. webadmin: Added appropriate AppErrors message for change 
password URL
......................................................................

3. webadmin: Added appropriate AppErrors message for change password URL

Change-Id: Ic843923f3c97f69b6faa82d85ff776e97282db34
Signed-off-by: Yair Zaslavsky <yzasl...@redhat.com>
---
M 
frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/AppErrors.java
1 file changed, 3 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/21/23621/1

diff --git 
a/frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/AppErrors.java
 
b/frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/AppErrors.java
index bd1257d..401812f 100644
--- 
a/frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/AppErrors.java
+++ 
b/frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/AppErrors.java
@@ -2479,10 +2479,12 @@
     @DefaultStringValue("Cannot disable VirtIO-SCSI when disks with a 
VirtIO-SCSI interface are plugged into the VM.")
     String CANNOT_DISABLE_VIRTIO_SCSI_PLUGGED_DISKS();
 
-    // Suspected (not in use?)
     @DefaultStringValue("Cannot Login. User Password has expired, Please 
change your password.")
     String USER_PASSWORD_EXPIRED();
 
+    @DefaultStringValue("Cannot Login. User Password has expired. Use the 
following URL to change the password: ${URL}")
+    String USER_PASSWORD_EXPIRED_CHANGE_URL_PROVIDED();
+
     @DefaultStringValue("Cannot Login. The Domain provided is not configured, 
please contact your system administrator.")
     String USER_CANNOT_LOGIN_DOMAIN_NOT_SUPPORTED();
 


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic843923f3c97f69b6faa82d85ff776e97282db34
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.4
Gerrit-Owner: Yair Zaslavsky <yzasl...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to