Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
hello,can I send login username/password values using queryString from an other page? I tried linking login.asp?username=xxxxxx&password=yyyyyyyyy and the username appears precompiled in the username field, but the password doesn'tthank you
Hi,you can check passed values, fill required session variables and redirect to the list page directly in the Login page: Before process event on the Events tab.
thank you!