How to suppress the reset password message / option on checkout?

  • Posts: 16
  • Thank you received: 2
4 years 1 week ago #316610

-- HikaShop version -- : 4.2.2
-- Joomla version -- : 3.9.15
-- PHP version -- : 7.2.27
-- Browser(s) name and version -- : Chrome

On the checkout using a email address that is also registered with a Joomla user I get the message "Email address already used" and also the message to reset your password.
The first message is OK. Chance that someone uses one of the Joomla email addresses should not be a problem. Will be blocked anyway.

But the second message to reset the password is totally unwanted. The link leads to a reset your password Joomla page.
Where can I totally suppress the <a> tag so it will not lead to the reset your password page?

NOTE: The constant PLEASE_CLICK_HERE_TO_RESET_PASSWORD has been emptied in the language override.

See also the attached screenshot which shows the <a> tag in the "Inspect developer tools console".

Attachments:
Last edit: 4 years 1 week ago by bartuelen.

Please Log in or Create an account to join the conversation.

  • Posts: 81361
  • Thank you received: 13037
  • MODERATOR
4 years 1 week ago #316611

Hi,

To remove that, you would have to remove the line:

$ret['messages'][] = array('<a href="'.$reset_url.'">'.JText::_('PLEASE_CLICK_HERE_TO_RESET_PASSWORD').'</a>', 'warning');
from the file administrator/components/com_hikashop/classes/user.php
Note that you'll loose that change when you update your HikaShop in the future so you'll have to redo it.

Please Log in or Create an account to join the conversation.

Time to create page: 0.056 seconds
Powered by Kunena Forum