[Ils-source] r1466 - trunk/styles/Default_Horizontal/help
scribe at crosswire.org
scribe at crosswire.org
Wed May 18 14:59:46 MST 2016
Author: scribe
Date: 2016-05-18 14:59:45 -0700 (Wed, 18 May 2016)
New Revision: 1466
Modified:
trunk/styles/Default_Horizontal/help/admin_userprofile.jsp
Log:
updated style-specific folder with 1.80.6 change to allow default user initial passwd to be configure in sysconfig
Modified: trunk/styles/Default_Horizontal/help/admin_userprofile.jsp
===================================================================
--- trunk/styles/Default_Horizontal/help/admin_userprofile.jsp 2016-05-18 21:47:50 UTC (rev 1465)
+++ trunk/styles/Default_Horizontal/help/admin_userprofile.jsp 2016-05-18 21:59:45 UTC (rev 1466)
@@ -1,3 +1,4 @@
+<%@ page import="com.resolutions.ils.Utils" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
@@ -38,7 +39,7 @@
<p>When adding a new User Profile, the following fields are available:</p>
<ul>
<li>Employee ID (Required) – Must be a unique alpha/numeric entry.</li>
- <li>Password (Required) – The default password is “changeme”</li>
+ <li>Password (Required) – The default password is “<%=Utils.getSysConfig(session).getProperty("DefaultPasswd", "changeme")%>”</li>
<li>Hire Date</li>
<li>Termination Date</li>
<li>Status – Active or Inactive</li>
More information about the Ils-source
mailing list