- Posts: 63
- Thank you received: 0
Display password criteria to user.
-- Joomla version -- : 3.7.4
-- PHP version -- : 7.0.21
-- Browser(s) name and version -- : Fire fox 54.0.1 (64bit)
I want to display the password critera such as minium lenghth, at least on number required etc on the registration form at checkout. How can I do that.
Thanks
Please Log in or Create an account to join the conversation.
Registration system in HikaShop is using the password rules that you can configure in Joomla.
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
If you need to customize a view of HikaShop in order to add some text, I would recommend you first read this documentation page:
www.hikashop.com/support/documentation/1...-display.html#layout
As explained there:
So check your registration form after activating that setting and you'll know which view file you need to edit via the menu Display>Views. Then, just add your text in the corresponding view file where you need it and save and you'll be done.you can override the view files of HikaShop via the menu Display>Views.
To know which view you have to edit, just set the "Display view files" setting to "all" under the "Advanced" tab of the HikaShop configuration.
This will add dashed borders around eah view file used with the name of the view file used on the top left corner of the view file. It will have 2 parts separated by a /. The left part will be the view name and the right part will be the file name so you'll be able to easily find what you need to edit.
Please Log in or Create an account to join the conversation.