Require password at registration

  • Posts: 241
  • Thank you received: 5
11 years 3 weeks ago #134689

When a user creates a profile prior to purchase, they are prompted for name, username, email address, password, etc.

Example here: (click add to cart) 184.154.228.9/~throwdow/live/index.php?o...ct&task=show&cid=535

However, users are allowed to leave the password fields blank which then creates a problem when they get the activation email (screenshot shows the username with no password).

The link will not work without the user providing a password but despite showing "required" they can leave blank in creating user profile.

Attachments:

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

  • Posts: 26165
  • Thank you received: 4029
  • MODERATOR
11 years 3 weeks ago #134744

Hi,

Please provide your HikaShop version number, your Joomla version number and a screenshot of your HikaShop' registration options.

Thanks


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.

  • Posts: 241
  • Thank you received: 5
11 years 3 weeks ago #134774

Of course. Sorry:

Hikashop 2.2.2
Joomla 2.5.16

Screenshot below:





Attachments:
Last edit: 11 years 3 weeks ago by cberry1971.

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

  • Posts: 12953
  • Thank you received: 1778
11 years 3 weeks ago #135085

Hi,
I think that we already fixed this kind of issue, can you download the last Hikashop version through our website, install it, and test it again ?
Thank you :).

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

  • Posts: 241
  • Thank you received: 5
11 years 3 weeks ago #135133

I believe I have the latest version. According to "Update/About":

"You have the latest stable version of HikaShop Business: 2.2.2"

Please advise.

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

  • Posts: 12953
  • Thank you received: 1778
11 years 3 weeks ago #135140

Yes but if you don't download and install it, you won't have the last fix that we have added. Also, here is the tread where we fixed it.

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

  • Posts: 241
  • Thank you received: 5
11 years 3 weeks ago #135142

It is downloaded and installed. 2.2.2

Am I missing something?

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

  • Posts: 12953
  • Thank you received: 1778
11 years 3 weeks ago #135169

I can't reproduce this issue on my end, can you :
- Edit the "\components\com_hikashop\views\user\view.html.php" file
- Change these lines :

var usernameValue = "", passwdValue = "", d = document, el = null;
el = d.getElementById("username");
if(!el) el = d.getElementById(\'modlgn-username\');
if(el) usernameValue = el.value;
el = d.getElementById("passwd");
if(!el) el = d.getElementById("modlgn-passwd");
if(el) passwdValue = el.value;
- By :
var usernameValue = "", passwdValue = "", d = document, el = null;
el = d.getElementById("username");
if(el) usernameValue = el.value;
el = d.getElementById("passwd");
if(el) passwdValue = el.value;
And try it again ?

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

Time to create page: 0.089 seconds
Powered by Kunena Forum