/    Sign up×
Community /Pin to ProfileBookmark

Help needed with password field creation

I’m trying to set up a password field in a program used for website design called Web Easy Professional. The good thing is I can write specifically what I need for the field. The bad thing is I don’t know how. I’m not a genius, and have little scripting experience, but I pick up it up easily. Is there a javascript that’s best to use for password fields?

to post a comment
JavaScript

3 Comments(s)

Copy linkTweet thisAlerts:
@PadonakFeb 02.2010 — ... Is there a javascript that's best to use for password fields?[/QUOTE]

it is still not clear what do you want from this password field (to have|to look like|to react|etc.)? ?
Copy linkTweet thisAlerts:
@mlea99authorFeb 02.2010 — I'd like users to choose their own user ID and password for access to my website.

I'd like the password to appear when they set it up initially then, be asterisks then they return to sign in.

Thanks, Mona
Copy linkTweet thisAlerts:
@PadonakFeb 02.2010 — to make the pass be visible you should use <input type="[COLOR="Red"]text[/COLOR]" name="password" id="password" />. when they return to sign in it must be <input type="[COLOR="#ff0000"]password[/COLOR]" name="password" id="password" /> to replace all they type in with asterisks.

this may be done by using cookies or by checking their IP's with php ($_SERVER['REMOTE_ADDR']). but IP may be not static and this will be a problem. from the other hand cookies are easily falsified because they are stored on the client side.

the best way would be to use the text type input field on the registration page and the password type on other pages imho
×

Success!

Help @mlea99 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.16,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...