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.