[SOLVED] Username as default value from variable |
10/1/2010 09:32:50 | |
PHPRunner General questions | ||
S
stenac author
Hi all, |
||
![]() |
Sergey Kornilov 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. |
|
![]() |
Sergey Kornilov 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. |
|