0

Let me start off with these sources I have found that are not helpful to me, because they are not asking the same thing, no matter how similar it might sound:

Essentially, these threads all suggest browser settings & adding the attribute autocomplete='off'. This is not a valid solution for me nor is it the issue that I am having. My issue is as follows:

Using Incognito Mode in Chrome:

  1. User A clicks on "Patient Portal" to bring them to the login page. (Good)
  2. User A logs into their account by filling in their email & password. (Good)
  3. User A logs out of their account & is brought back to the Kiosk home page. (Good)
  4. User B clicks on "Patient Portal" to bring them to the login page. (Good)
  5. User B sees User A's email filled in the email field. (BAD)

User B can remove User A's email from the field & enter their own without Chrome's suggestions of previously entered emails.

It is not okay to retain a users email address on a public computer, how might I fix this issue?

Community
  • 1
  • 1
Crystal Miller
  • 723
  • 10
  • 23
  • Related: http://stackoverflow.com/q/3040731 – Robert Harvey Dec 18 '14 at 18:48
  • @RobertHarvey Please read my entire question. This solution does not work for me because it is NOT the same question. – Crystal Miller Dec 18 '14 at 18:53
  • Then what is your actual question? You're going to have to be more specific if you want to differentiate your question from the one I linked. – Robert Harvey Dec 18 '14 at 18:55
  • I don't know how to make it any more clear than the step by step explaination I just explained. It is not autocomplete that is the issue (as I have previously explained), but rather after the user has logged out, gone away from the page, & returned that is the issue. Read the question to complete understanding. – Crystal Miller Dec 18 '14 at 18:59
  • If it's not autocomplete that's causing this, then what mechanism is? Do you need to dump the cache? – Robert Harvey Dec 18 '14 at 19:00
  • I don't know, that is why I'm asking the question. THis is being ran in Incognito mode, there is no caching. – Crystal Miller Dec 18 '14 at 19:01
  • Despite your protestations, I think it might really be autocomplete that is causing this. Also, rolling back a moderator's edit is a really bad idea. – Robert Harvey Dec 18 '14 at 19:02
  • Let us [continue this discussion in chat](http://chat.stackoverflow.com/rooms/67253/discussion-between-crystal-miller-and-robert-harvey). I do not believe that you fully understand my issue. – Crystal Miller Dec 18 '14 at 19:03

1 Answers1

0

Another developer was dynamically adding in the last logged email into the email field in a php file I did not have access to. -_-

Crystal Miller
  • 723
  • 10
  • 23