This topic is locked

Login with no password

5/6/2010 17:46:04
ASPRunnerPro General questions
G
goffj1 author

I want to have a login page whose only purpose is provide a filter for "user name" on the list page.
Can the password function be omitted from the login page. If not, can I set the value of the password in code and then just remove the box from the screen view?
The app is "view only" and the data retrieved is not sensitive in any way so if the login page can be used to eliminate a step or two...

F
funklet 5/8/2010

Hi,
You can try putting:

sPassword="WhateverThePasswordShouldBe"


in the BeforeLogin event.
You will need all the passwords to be the same in the database i.e. "WhateverThePasswordShouldBe"
Then you can remove the password bit in the editor step.
I hope this helps.