[
https://issues.apache.org/jira/browse/OFBIZ-7189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16850927#comment-16850927 ]
Swapnil M Mane commented on OFBIZ-7189:
---------------------------------------
Hello [~amardeepsj],
Thanks for reporting the issue.
The issue was not related to missing UI labels but the typo in defining the resource (EmailPasswordUiLabels) for property-map.
{code:xml}
<property-map resource="EmailPassword" map-name="uiLabelMap" global="true"/>
{code}
It is fixed by [~jacques.le.roux] at rev #1764261 under the OFBIZ-8321
{code:xml}
<property-map resource="EmailPasswordUiLabels" map-name="uiLabelMap" global="true"/>
{code}
thus, closing the ticket.
Thanks [~jacques.le.roux]!
> Forgot password new password reset email content is not understandable.
> -----------------------------------------------------------------------
>
> Key: OFBIZ-7189
> URL:
https://issues.apache.org/jira/browse/OFBIZ-7189> Project: OFBiz
> Issue Type: Improvement
> Components: ALL APPLICATIONS
> Affects Versions: Release Branch 14.12
> Reporter: Amardeep Singh Jhajj
> Assignee: Swapnil M Mane
> Priority: Major
>
> New password email content is not understandable. Please refer:
> {code}
> SecurityExtThisEmailIsInResponseToYourRequestToHave SecurityExtANew SecurityExtPasswordSentToYou.
> SecurityExtNewPasswordMssgEncryptionOn "jupZW"
> {code}
> The problem is missing UiLabels. I will provide patch for it.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)