Jump to content

Chrome: Prevent Save Password on Prompt "@*"


andyhill

Recommended Posts

I use Prompt to fetch a challenge password Prompt('@*Challenge: ', s, mtInformation, mbOKCancel, PromptP); please advise how to stop Chrome from trying to save password ?

I cannot see a way to locate the prompt edit box to make read only after user clicks OK etc.

Link to comment
Share on other sites

8 minutes ago, andyhill said:

I use Prompt to fetch a challenge password Prompt('@*Challenge: ', s, mtInformation, mbOKCancel, PromptP); please advise how to stop Chrome from trying to save password ?

I cannot see a way to locate the prompt edit box to make read only after user clicks OK etc.

maybe this will help:

https://groups.google.com/a/chromium.org/g/chromium-discuss/c/4a5Asplh1sE

https://stackoverflow.com/questions/32775342/how-to-disable-chromes-saved-password-prompt-setting-through-javascript#:~:text=Add onfocus%3D"this.,wont remember any saved password.

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...