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
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.