Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > logins and passwords

Reply
Thread Tools

logins and passwords

 
 
Doug Detchon
Guest
Posts: n/a
 
      01-23-2005
Currently I'm trying to make a page and I want to encode it with a log in
that requires a password. Can anyone give me some tips on how to accomplish
this or what langs should look into to develop this.


 
Reply With Quote
 
 
 
 
Roy Schestowitz
Guest
Posts: n/a
 
      01-23-2005
Doug Detchon wrote:

> Currently I'm trying to make a page and I want to encode it with a log in
> that requires a password. Can anyone give me some tips on how to
> accomplish this or what langs should look into to develop this.


Are you on a Window$ server or a Linux server? This is important because
dealing this at server-level can make your life much easier...

--
Roy Schestowitz
http://schestowitz.com
 
Reply With Quote
 
 
 
 
Karl Core
Guest
Posts: n/a
 
      01-23-2005

"Doug Detchon" <> wrote in message
news:BfEId.48668$...
> Currently I'm trying to make a page and I want to encode it with a log in
> that requires a password. Can anyone give me some tips on how to
> accomplish
> this or what langs should look into to develop this.


1) Use server-side, not client-side methods to perform this. You can use any
server-side language you want.
2) If this login area contains anything that's truly private (such as
personal/ financial info) you need to encrypt the passwords in the database
(and of course the personal info as well)
3) Provide informative error messages during validation of the login info.
Don't just say "you screwed up". If they screwed up their username, tell
them. If they screwed up the password, tell them.
4) Be sure to provide some method of password/ username retrieval. Believe
me, you don't want to deal with countless emails by morons who can't
remember their login details.
5) Do not use the users' email address as their username. People change
their addresses.


--
-Karl Core
Please Support "Project Boneyard":
http://www.insurgence.net/info.aspx?...&item=boneyard


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Membership Services and Client Logins? dm3281 ASP .Net 4 06-21-2008 03:04 PM
MembershipUser.IsApproved and remembered logins Erik Cassel ASP .Net Security 0 11-13-2006 07:53 PM
SQL Server 2000 question: What's the relationship between users and logins Leonard Martin MCSD 0 12-05-2005 09:15 PM
Wireless link not established until user logins on Windows 2000 Server Rob Nicholson Wireless Networking 2 11-29-2005 07:16 PM
Does PIX 515, Version 6.3.1 Support simultaneous logins? Jason Cisco 2 04-28-2004 07:21 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57