G
Guest
I would like to add a second or third user to allow editing of the database
editor.
I found the file containing the username and password and added a second one
well the second username and password works the first one doesn't.
Username="12"
Password="12"
Username="23"
Password="23"
Do I need to change the login validate with
if Request.Form("Login") <> Username or Request.Form("Password") <> Password
or if Request.Form("Login") <> Username2 or Request.Form("Password") <>
Password2 Then MsgErr =
Curious
editor.
I found the file containing the username and password and added a second one
well the second username and password works the first one doesn't.
Username="12"
Password="12"
Username="23"
Password="23"
Do I need to change the login validate with
if Request.Form("Login") <> Username or Request.Form("Password") <> Password
or if Request.Form("Login") <> Username2 or Request.Form("Password") <>
Password2 Then MsgErr =
Curious