[SOLVED] Username as default value from variable |
10/1/2010 9:32:50 AM |
PHPRunner General questions | |
S
stenac author
Hi all, |
|
![]() |
Admin 10/1/2010 |
Since you are not planning to have a password I recommend to save your users one click and logon them automatically. |
S
|
stenac author 10/4/2010 |
ok... thanks. |
![]() |
Admin 10/4/2010 |
You can use the following in BeforeProcess event of the login page: $xt->assign("username_attrs", " value='" . $_SESSION["UserID"] . "' "); |
S
|
stenac author 10/5/2010 |
OK... now it's ok, but i didn't use login BeforeProcess event. |