[
https://issues.apache.org/jira/browse/OFBIZ-3525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12839617#action_12839617
]
Jacques Le Roux commented on OFBIZ-3525:
----------------------------------------
OK, forget my comment, I have checked it's ok I will commit your change in
trunk and R9.04
Thanks
> Password Hint Message should be an event message, not error message
> -------------------------------------------------------------------
>
> Key: OFBIZ-3525
> URL: https://issues.apache.org/jira/browse/OFBIZ-3525
> Project: OFBiz
> Issue Type: Improvement
> Affects Versions: Release Branch 9.04
> Reporter: Koon Sang
> Fix For: Release Branch 9.04
>
> Attachments: LoginEvents.java
>
>
> Hi,
> When I change password from ecommerce, I got the following message which
> appears in red, meaning it is an error message.
> The Following Errors Occurred:
> The Password Hint is: xxxxx.
> This is alarming to the user. It should be an event message instead of an
> error message. I have changed the code at line 162 and here is the patch. I
> only change this line
> request.setAttribute("_ERROR_MESSAGE_", errMsg);
> to
> request.setAttribute("_EVENT_MESSAGE_", errMsg);
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.