Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 02-02-2007, 02:12 PM   #1
Validus
Confirmed User
 
Industry Role:
Join Date: Jul 2001
Location: Calgary, Canada
Posts: 4,012
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.
Validus is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-02-2007, 02:23 PM   #2
RazorSharpe
Confirmed User
 
RazorSharpe's Avatar
 
Industry Role:
Join Date: Aug 2001
Location: Scotland
Posts: 2,238
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.
__________________
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.
RazorSharpe is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-02-2007, 02:25 PM   #3
psili
Confirmed User
 
Join Date: Apr 2003
Location: Loveland, CO
Posts: 5,526
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.
__________________
Your post count means nothing.

Last edited by psili; 02-02-2007 at 02:26 PM..
psili is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-02-2007, 02:51 PM   #4
Validus
Confirmed User
 
Industry Role:
Join Date: Jul 2001
Location: Calgary, Canada
Posts: 4,012
Thanks, the autocomplete="off" seems to work... do the trick.

It seems to be determined by the type, not name.
Validus is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-02-2007, 07:26 PM   #5
KrisKross
Confirmed User
 
KrisKross's Avatar
 
Join Date: Jan 2006
Location: Canada
Posts: 5,024
Quote:
Originally Posted by Validus View Post
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?
__________________
KrisKross is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-02-2007, 07:57 PM   #6
psili
Confirmed User
 
Join Date: Apr 2003
Location: Loveland, CO
Posts: 5,526
Quote:
Originally Posted by KrisKross View Post
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*
__________________
Your post count means nothing.
psili is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-02-2007, 08:32 PM   #7
Bro Media - BANNED FOR LIFE
MOBILE PORN: IMOBILEPORN
 
Join Date: Jan 2004
Location: Tinseltown NL
Posts: 16,502
Quote:
Originally Posted by psili View Post
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
Bro Media - BANNED FOR LIFE is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-02-2007, 09:11 PM   #8
psili
Confirmed User
 
Join Date: Apr 2003
Location: Loveland, CO
Posts: 5,526
Quote:
Originally Posted by Madrox View Post
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.
__________________
Your post count means nothing.
psili is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-02-2007, 09:14 PM   #9
fris
Too lazy to set a custom title
 
fris's Avatar
 
Industry Role:
Join Date: Aug 2002
Posts: 55,372
try adding image verification to it too
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


WP Stuff
fris is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-02-2007, 09:17 PM   #10
edgeprod
Permanently Gone
 
Industry Role:
Join Date: Mar 2004
Posts: 10,019
<stroke object="cock" speed="variable" output="sperm" />
edgeprod is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-02-2007, 09:25 PM   #11
psili
Confirmed User
 
Join Date: Apr 2003
Location: Loveland, CO
Posts: 5,526
Quote:
Originally Posted by edgeprod View Post
<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
__________________
Your post count means nothing.
psili is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-02-2007, 09:33 PM   #12
edgeprod
Permanently Gone
 
Industry Role:
Join Date: Mar 2004
Posts: 10,019
Quote:
Originally Posted by psili View Post
I'm so sad I knew those params


Perhaps so.
edgeprod is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-02-2007, 10:35 PM   #13
CaptainHowdy
Too lazy to set a custom title
 
CaptainHowdy's Avatar
 
Industry Role:
Join Date: Dec 2004
Location: Happy in the dark.
Posts: 93,527
Quote:
Originally Posted by edgeprod View Post
<stroke object="cock" speed="variable" output="sperm" />
It works !
__________________
Tjeezers.cam plus all sites $12.000,00.
Transfer within 24 hours.
CaptainHowdy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-02-2007, 10:36 PM   #14
edgeprod
Permanently Gone
 
Industry Role:
Join Date: Mar 2004
Posts: 10,019
Quote:
Originally Posted by CaptainHowdy View Post
It works !
Tried it?
edgeprod is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-02-2007, 10:52 PM   #15
SmokeyTheBear
►SouthOfHeaven
 
SmokeyTheBear's Avatar
 
Join Date: Jun 2004
Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer
Posts: 28,609
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
__________________
hatisblack at yahoo.com
SmokeyTheBear is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.