This topic is locked
[SOLVED]

 Authentication Field

2/22/2011 10:02:39 AM
PHPRunner General questions
S
shattman author

I need to know if its possible to create a single authentication field
I mean Just a password field to sign-in without username
so instead of having username and password

it'll be just password.

Sergey Kornilov admin 2/22/2011

You can remove username or password field from the login screen (in Visual Editor). Then implement BeforeLogin event that validates user based on username or password only.

S
shattman author 3/18/2011



You can remove username or password field from the login screen (in Visual Editor). Then implement BeforeLogin event that validates user based on username or password only.


Could u help me with a simple script to use on the before login event