Paradox Community

Items in pnews.paradox-web

Subject:Re: Get a username/passowrd
Date:Fri, 10 Jun 2016 10:17:04 -0400
From:Jim Moseley <jim@mapson.triptracker.com>
Newsgroups:pnews.paradox-web
Joe,

Those 2 fields are built in to the browser, which was the way to login 
about a decade ago.  This has proved to not be very secure.

You instead want to build your own login, where you pass variables by a 
POST request.  You would just have 2 fields on your web form called 
'myuserid' and 'mypassword' or whatever, and send them to your server on 
a SUBMIT, hopefully via HTTPS so it is encrypted.

HTH,
Jim Moseley

On 6/8/2016 3:54 PM, JI wrote:
> Struggling to get a unique username/password every time I login. I'm
> not getting the option to enter the new info.
>
> This code in OnGetRequest seems to return the prior username and
> password instead of requiring a new username/ password
>
> user = Request.AuthorizationUserid
> password = Request.AuthorizationPassword
>
> It seems that information is saved in memory.
>
> What's the solution?
>
> Joe I
>


Copyright © 2004 thedbcommunity.com