Gossamer Forum
Home : Products : Others : Fileman :

Login screen problem

Quote Reply
Login screen problem
Excellent program! One small problem. The login screen appears with the username pre-filled with the valid user. How do I prevent this and have it start blank each session?
Quote Reply
Re: [krispy] Login screen problem In reply to
If you go to the login_form.html template (private/templates) and remove the following string that appears about two thirds of the way from the top:

<%if username%><%username%><%endif%>;

and save your changes the username will be removed. We'll likely be removing the storing of the usernames by default from the next release of Fileman.
_________________________
bruce@gossamer-threads.com

Last edited by:

Jagerman: Jun 16, 2005, 9:37 AM