Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Login-Problems: Auto-Fill of the password-field!

Quote Reply
Login-Problems: Auto-Fill of the password-field!
Hi,

when i am logged in and klick again the login button (.../user.cgi), then only the password-field ist being auto-filled!

It looks like:



My question: WHY???
If i use URL- or Coockie-based: i get the same!

Test it yourself:
http://www.freewinner.de/cgi-bin/gs/user.cgi
User: corc
PW: coyu3
and klick in the footer again "login".

Thanks for your help in advance!

Coyu
Quote Reply
Re: [Coyu] Login-Problems: Auto-Fill of the password-field! In reply to
Do you have the logout stuff in there?

Code:
<%if Username%>
<a class="menu_links" href="<%db_cgi_url%>/user.cgi?logout=1">LOGOUT</a> &#149;
<%endif%>
<%ifnot Username%>
<a class="menu_links" href="<%db_cgi_url%>/user.cgi">LOGIN</a> &#149;
<%endif%>

If not, then thats why. You don't need the 'LOGIN' link when someone has already logged in; only the 'LOGOUT' link.

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Coyu] Login-Problems: Auto-Fill of the password-field! In reply to
WOW! Thanks a lot! It works very fine!!! :-)

Greetings from germany!

Coyu