Yair Zaslavsky has uploaded a new change for review.

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

webadmin: Added appropriate AppErrors message for change password URL

Change-Id: Ic843923f3c97f69b6faa82d85ff776e97282db34
Signed-off-by: Yair Zaslavsky <[email protected]>
---
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/20/23320/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 7a22338..ed66143 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
@@ -2476,10 +2476,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/23320
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic843923f3c97f69b6faa82d85ff776e97282db34
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Yair Zaslavsky <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to