How to handle this?

General shopowner conversation that doesn’t quite fit into other sections.
Talk shop, share experiences, and connect with fellow Phoenix store owners.
Post Reply
frankl
Builder
Posts: 159
Joined: Tue Feb 23, 2021 8:39 pm
Phoenix Version: v1.1.0.4
Has thanked: 17 times
Been thanked: 25 times

How to handle this?

Post by frankl »

We occassionally receive calls from customers frustrated that they can't change their password, even after completing the 'Password Forgotten' process.

Turns out they are relying on the saved password in their browser and not entering their new password!

Admittedly these customers are far from tech savvy, but in my experience with situations like this 90% of people will just 'give up' and move on to another store, thinking your site is 'broken'.

Have you experienced this scenario? How do you think it should be handled?


Join The Code Co-op to get access to your library in the Code Co-op Forum
User avatar
burt
Core Team
Posts: 4551
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: How to handle this?

Post by burt »

It would be difficult to determine whether a password is typed in or auto-filled.
Some funky JS would probably do it, but it would not be 100% and may cause more questions than answers.

The better option, in my opinion, is to add an "eye" icon by the password inputs which would allow the user to flick between `**********` and `plain text`. This way they can actually see what the password input contains.
I am not here to build for you.
I am here to build with you. Let's help each other.
frankl
Builder
Posts: 159
Joined: Tue Feb 23, 2021 8:39 pm
Phoenix Version: v1.1.0.4
Has thanked: 17 times
Been thanked: 25 times

Re: How to handle this?

Post by frankl »

Good idea Burt. I vaguely remember this being an addon somewhere.
14Steve14
Senior Contributor
Posts: 922
Joined: Fri Oct 25, 2019 7:01 pm
Phoenix Version: v1.0.9.1
Has thanked: 17 times
Been thanked: 103 times

Re: How to handle this?

Post by 14Steve14 »

We get a similar scenario, very occasionally, where a customer cannot login to their account even though they are using the saved password details that did work. When they try to change the password, which seems to work fine, they still cannot login to the website using the new password they created. We have tried changing their password through admin and could log in to the site using their details, but they still could not.

If they contact us we ask them to try logging in on a private or incognito browser, which opens a new browser with no cookies and that sort of thing, and ten times out of ten they can login using the new password.

It seems that for some reason, very occasionally, another cookie is saved or created, that interferes with the website cookie and causes problems. We have never found the reason. It does mean that we have to put our computer support head on and get them to clear their cookies for the website, which is not that hard depending on their browser.

Also since adding in the eye by the password boxes, we have had no calls about passwords not working, so thanks for creating it @burt Gary.
User avatar
burt
Core Team
Posts: 4551
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: How to handle this?

Post by burt »

frankl wrote: Mon Feb 16, 2026 10:15 pm Good idea Burt. I vaguely remember this being an addon somewhere.
I believe I put something in the recent Code Drop - might have been October/November time ?
BatteryTrader
Contributor
Posts: 153
Joined: Thu Apr 11, 2024 7:18 am
Phoenix Version: 1.1.0.3
Has thanked: 3 times
Been thanked: 17 times

Re: How to handle this?

Post by BatteryTrader »

I also use the eye / show password; it's been very good, minimising that issue almost 100%. I suspect nearly all of these user issues will go away if you use it. You will always have the occasional one, but you cannot solve all user errors.

It was in the November code drops, emailed to those on the list.

defo should probably be available as an add-on, so it can be found.
BatteryTrader
Contributor
Posts: 153
Joined: Thu Apr 11, 2024 7:18 am
Phoenix Version: 1.1.0.3
Has thanked: 3 times
Been thanked: 17 times

Re: How to handle this?

Post by BatteryTrader »

November Drop 3 - Eye Password
by burt » Wed Nov 12, 2025 9:11 am
User avatar
burt
Core Team
Posts: 4551
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: How to handle this?

Post by burt »

nov3.png
You do not have the required permissions to view the files attached to this post.
I am not here to build for you.
I am here to build with you. Let's help each other.


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply