Re: Database Login Tool

From: Jeff Cochran (jcochran.nospam_at_naplesgov.com)
Date: 02/04/04


Date: Wed, 04 Feb 2004 15:51:36 GMT

On 4 Feb 2004 06:13:21 -0800, rekdagaf@hotmail.com (DeadCert) wrote:

>I am looking for an application, preferably Free, that will allow me
>to have a clients area on my site. I would have a list of usernames
>and passwords and each combination would direct the user to a
>different page depending on their user name. Does anybody know of such
>an app. I know webwizguide.com have a Database Login app. but it
>doesn't allow different pages to be set up for different logins. Any
>help appreciated. Cheers

You may need to roll your own, but it's not difficult. Possibly as
simple as a redirect on login that simply sends the user to a new page
based on username. Even easier if the page has the same name as the
user, it could be as easy as:

UserURL = UserName & ".asp"
Response.Redirect UserURL

Jeff



Relevant Pages

  • Re: Website Login
    ... What I am looking for is what is the best practice for storing the usernames ... (Yahoo allows login for instance). ... Do I store the usernames and passwords in active directory on ...
    (microsoft.public.dotnet.framework.aspnet)
  • vsftpd
    ... Having setup my vsftpd server (running under suselinux 10.2) I find that ... when I attempt to login it gives an error on all the usernames a& passwords ...
    (alt.os.linux.suse)
  • Re: vsftpd
    ... Theo v. Werkhoven wrote: ... when I attempt to login it gives an error on all the usernames a& ... passwords I created in vstpd_lgin.txt ...
    (alt.os.linux.suse)
  • Re: vsftpd
    ... when I attempt to login it gives an error on all the usernames a& passwords ... "ik _heb_ niets tegen Microsoft, ...
    (alt.os.linux.suse)
  • Re: Read & Exec by default - RH9 - why?
    ... Give him the last login time, and he's even better off - now ... if using LDAP ls -l /home will indeed show usernames. ... you gained nothing in terms of security since the user can *still* ... In other words, what happens when it fails, how much ...
    (RedHat)

Loading