You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by as...@apache.org on 2016/08/27 12:08:03 UTC

svn commit: r1758004 - /ofbiz/trunk/applications/securityext/template/email/PasswordEmail.ftl

Author: ashish
Date: Sat Aug 27 12:08:03 2016
New Revision: 1758004

URL: http://svn.apache.org/viewvc?rev=1758004&view=rev
Log:
Applied patch from jira issue - OFBIZ-8023 - Clean up commented out code in Free Marker Template for SecurityExt.
Thanks Aman for the contribution.

Modified:
    ofbiz/trunk/applications/securityext/template/email/PasswordEmail.ftl

Modified: ofbiz/trunk/applications/securityext/template/email/PasswordEmail.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/securityext/template/email/PasswordEmail.ftl?rev=1758004&r1=1758003&r2=1758004&view=diff
==============================================================================
--- ofbiz/trunk/applications/securityext/template/email/PasswordEmail.ftl (original)
+++ ofbiz/trunk/applications/securityext/template/email/PasswordEmail.ftl Sat Aug 27 12:08:03 2016
@@ -25,11 +25,6 @@ under the License.
   <br />
   <div>
       <form method="post" action="${baseEcommerceSecureUrl}/partymgr/control/passwordChange?USERNAME=${userLogin.userLoginId!}&password=${password!}&forgotPwdFlag=true&tenantId=${tenantId!}" name="loginform" id="loginform" target="_blank">
-      <#--form method="post" action="${baseEcommerceSecureUrl}/partymgr/control/passwordChange" name="loginform" id="loginform" target="_blank">
-        <input type="hidden" name="USERNAME" value="${userLogin.userLoginId!}" />
-        <input type="hidden"  name="password" value="${password!}" />
-        <input type="hidden"  name="tenantId" value="${tenantId!}" />
-        <input type="hidden" name="forgotPwdFlag" value="true" /--><#-- see OFBIZ-4983 -->
         <input type="submit" name="submit" value="${uiLabelMap.ResetPassword}" />
       </form>
   </div>