[open-ils-commits] r13207 - trunk/Open-ILS/examples (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed May 20 09:49:57 EDT 2009


Author: erickson
Date: 2009-05-20 09:49:55 -0400 (Wed, 20 May 2009)
New Revision: 13207

Modified:
   trunk/Open-ILS/examples/fm_IDL.xml
Log:
make the password label a little more generic

Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml	2009-05-19 02:20:19 UTC (rev 13206)
+++ trunk/Open-ILS/examples/fm_IDL.xml	2009-05-20 13:49:55 UTC (rev 13207)
@@ -1598,7 +1598,7 @@
 			<field reporter:label="Is Group Lead Account" name="master_account" reporter:datatype="bool"/>
 			<field reporter:label="Internet Access Level" name="net_access_level" reporter:datatype="link"/>
 			<field reporter:label="Other Phone" name="other_phone"  reporter:datatype="text"/>
-			<field reporter:label="Password (obfuscated)" name="passwd"  reporter:datatype="text"/>
+			<field reporter:label="Password" name="passwd"  reporter:datatype="text"/>
 			<field reporter:label="Photo URL" name="photo_url"  reporter:datatype="text"/>
 			<field reporter:label="Prefix" name="prefix"  reporter:datatype="text"/>
 			<field reporter:label="Main (Profile) Permission Group" name="profile" reporter:datatype="link"/>



More information about the open-ils-commits mailing list