Show
Ignore:
Timestamp:
04/16/06 19:02:08 (3 years ago)
Author:
sdcosta
Message:

Changes to the login system so that the password is not sent in cleartext and firefox remembers it. Mobile login will be fixed in the next changeset.
Please reset your password using the password reset plugin http://plugins.gregarius.net/index.php?req=info&id=29

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/rss/cls/wrappers/header.php

    r1440 r1441  
    146146                ."&nbsp;|&nbsp;<a href=\"#\" onclick=\"miniloginform(); return false;\">".LBL_LOG_IN."</a>"; 
    147147        $ret .= "<span style=\"display:none\" id=\"loginformcontainer\">" 
    148                          . '<form ' /*onsubmit="return loginHandler();" */ .'method="post" action="'.getPath().'">' 
     148                         . '<form ' . 'onsubmit="return loginHandler();" ' . 'method="post" action="'.getPath().'">' 
    149149                         . '<input style=" width:50px;" name="username" id="username" type="text" />' 
    150150                         . '<input style=" width:50px;" name="password" id="password"  type="password" />'