
This is the beginning of the template 'system_block_login.html'
<form style="margin-top: 0px;" action="<{$xoops_url}>/user.php" method="post">
<{$block.lang_username}><br />
<input class="input" type="text" name="uname" size="12" value="<{$block.unamevalue}>" maxlength="25" />
..........................
The variable <{$block.unamevalue}> contains the "display name" and I would like to place the "login name" there.
I cannot find the exact place where this information is stored. I think it is a cookie, but I'm not sure.
Regards,
Mikhail