This topic is locked

Pass user name to login as URL parameter

10/15/2024 10:51:42 PM
PHPRunner General questions
H
headingwest author

Hi all,
I want to pass the user name (but not password) to the login form.

How can I change the content of the username field?

The following test code in Before Display doesn't work:

$new_variable = "test value";
$xt->assign("username_attrs",$new_variable);

Thanks.