Jump to content

Beta: Client Login in Header.tpl


Recommended Posts

I noticed that when a client wants to login from the sidebar (header.tpl) that the password textarea actually displays what the client is using to login.

 

You have

<input name="password" type="text" class="navinput" />

 

Instead of what the login.tpl file has:

<input type="password" name="password" size="25" value="{$password}">

 

Nothing happens since it's not submitting as a password.

 

The rest of the form also doesn't have the right values to accept the data to log into the cp.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated