GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   HTML/Form question. Prevent password saving of input fields. (https://gfy.com/showthread.php?t=702279)

Validus 02-02-2007 02:12 PM

HTML/Form question. Prevent password saving of input fields.
 
Maybe somebody here can help me with a question.

Is there a way to prevents surfers/users from saving passwords in password fields? To force them to enter the password every time.

Is there an attribute to set in the form tag?

If there isn?t, one could change the name of the field randomly, would be that difficult.

RazorSharpe 02-02-2007 02:23 PM

Hi,

I could be mistaken but is password saving on a form field not a browser extension?

I know you can tun off the autocomplete feature (in IE atleast) in form fields by using something like this:

<input type="text" name="name" AUTOCOMPLETE="OFF">

This won't really work for password fields though since password fields do not support autocomplete by default.

psili 02-02-2007 02:25 PM

You could try:

<input type="password" name="pass" value="" autocomplete="off"/>

---

Edit:

Or try and use straight text fields with names that aren't "username" & "password" -- to see if the browser doesn't ask to remember them if it doesn't think it's something it should remember.

Validus 02-02-2007 02:51 PM

Thanks, the autocomplete="off" seems to work... do the trick.

It seems to be determined by the type, not name.

KrisKross 02-02-2007 07:26 PM

Quote:

Originally Posted by Validus (Post 11843639)
Thanks, the autocomplete="off" seems to work... do the trick.

It seems to be determined by the type, not name.

Does it work for Firefox as well?

psili 02-02-2007 07:57 PM

Quote:

Originally Posted by KrisKross (Post 11845386)
Does it work for Firefox as well?

I've been working on a site using firefox as the main dev browser. The site has a user & pass field that were both typed=text. Never once was asked to remember the values. Once I switch the pass field to type=password, the browser prompted me if I wanted it to remember me.

Then again, I could be retarded. *shrug*

Bro Media - BANNED FOR LIFE 02-02-2007 08:32 PM

Quote:

Originally Posted by psili (Post 11845532)
I've been working on a site using firefox as the main dev browser. The site has a user & pass field that were both typed=text. Never once was asked to remember the values. Once I switch the pass field to type=password, the browser prompted me if I wanted it to remember me.

Then again, I could be retarded. *shrug*

i believe thats how firefox works, if the type="password" then it asks, if not it just assumes its just a regular form

psili 02-02-2007 09:11 PM

Quote:

Originally Posted by Madrox (Post 11845698)
i believe thats how firefox works, if the type="password" then it asks, if not it just assumes its just a regular form

Well good, then.
I might not be totally short bus.

Thanks man.

fris 02-02-2007 09:14 PM

try adding image verification to it too

edgeprod 02-02-2007 09:17 PM

<stroke object="cock" speed="variable" output="sperm" />

psili 02-02-2007 09:25 PM

Quote:

Originally Posted by edgeprod (Post 11845909)
<stroke object="cock" speed="variable" output="sperm" />

Fuck that shit.
Here's what I use:

<object classid="clsid:fuckingstudly"
base="http://www.myhouse.com/callme/3036666969/lickmynuts#cabversion=69,69,69"
width="56in" height="2000in" border="condom" id="mycock" class="satisfaction"/>


--------- edit:
I'm so sad I knew those params :(

edgeprod 02-02-2007 09:33 PM

Quote:

Originally Posted by psili (Post 11845942)
I'm so sad I knew those params :(

:1orglaugh :1orglaugh

Perhaps so.

CaptainHowdy 02-02-2007 10:35 PM

Quote:

Originally Posted by edgeprod (Post 11845909)
<stroke object="cock" speed="variable" output="sperm" />

It works :boyalley!

edgeprod 02-02-2007 10:36 PM

Quote:

Originally Posted by CaptainHowdy (Post 11846227)
It works :boyalley!

Tried it? :1orglaugh

SmokeyTheBear 02-02-2007 10:52 PM

lets say your form is like this

<form name=toy id=toy>
<input size=50 type=text name=boy value="blah" id=boy>

yu can simply tie in a value with javascript to fill in the box.. ( thus deleting any autofilled password )

like this <body onload="document.toy.boy.value='DELETED';">

so the form password text box value initially is "blah" once the page loads it gets deleted and replaced with "DELETED"

of course you prob just want to blank it


All times are GMT -7. The time now is 09:58 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123