Index: conf/hibernate.properties
===================================================================
--- conf/hibernate.properties	(revision 12248)
+++ conf/hibernate.properties	(working copy)
@@ -1,7 +1,7 @@
 hibernate.connection.driver_class=com.mysql.jdbc.Driver
 hibernate.connection.url=jdbc:mysql://localhost:3306/mifos?useUnicode=true&characterEncoding=UTF-8
 hibernate.connection.username=root
-hibernate.connection.password=mysql
+hibernate.connection.password=YES
 hibernate.dialect=org.hibernate.dialect.MySQLDialect
 hibernate.show_sql=false
 hibernate.transaction.factory_class=org.hibernate.transaction.JDBCTransactionFactory
Index: src/org/mifos/doc-root/application/productdefinition/jsp/CreateSavingsProduct.jsp
===================================================================
--- src/org/mifos/doc-root/application/productdefinition/jsp/CreateSavingsProduct.jsp	(revision 12248)
+++ src/org/mifos/doc-root/application/productdefinition/jsp/CreateSavingsProduct.jsp	(working copy)
@@ -260,10 +260,6 @@
 									<mifos:mifoslabel name="product.recamtdep" bundle="ProductDefUIResources" />
 									:
 								</td>
-								<td align="right" id="mandamnt">
-									<mifos:mifoslabel name="product.mandamntdep" mandatory="yes" bundle="ProductDefUIResources" />
-									:
-								</td>
 								<td valign="top">
 									<mifos:mifosdecimalinput property="recommendedAmount" />
 								</td>
