From 6ea7a46b046aa9dd9177480de17a8723772dbbc3 Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Fri, 31 Oct 2008 23:08:29 +0000 Subject: [PATCH] Fix for issue 3549 (Reset password in control panel does not work). --- opends/src/messages/messages/admin_tool.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/src/messages/messages/admin_tool.properties b/opends/src/messages/messages/admin_tool.properties index 843580e..d4199fa 100644 --- a/opends/src/messages/messages/admin_tool.properties +++ b/opends/src/messages/messages/admin_tool.properties @@ -2091,7 +2091,7 @@ password. INFO_CTRL_PANEL_RESET_USER_PASSWORD_TITLE=Reset User Password INFO_CTRL_PANEL_RESET_USER_PASSWORD_DN_LABEL=DN: -INFO_CTRL_PANEL_RESET_USER_PASSWORD_PWD_LABEL=Password: +INFO_CTRL_PANEL_RESET_USER_PASSWORD_PWD_LABEL=New User Password: INFO_CTRL_PANEL_RESET_USER_PASSWORD_CONFIRM_LABEL=Password (confirm): INFO_CTRL_PANEL_RESET_USER_PASSWORD_NAME_LABEL=Name: INFO_CTRL_PANEL_RESETTING_USER_PASSWORD_SUMMARY=Resetting user password... -- Gitblit v1.10.0