Page 1 of 1

Autologin premade do not send the password

Posted: Fri Sep 05, 2014 11:05 am
by mehdi
I configured autologin premade with username, password and submit kinds. The form is filled correctly, however the password doesn't turn into stars (not hidden) and the target page states "you have to enter password", means password is not received by target page.

Here's the forms code :

Code: Select all

<form id="fm1" class="fm-v clearfix" action="/cas/login?service=http%3A%2F%2Fabc.def.com%2Fcustomerlaunchpad%2Fdefault.htm" method="post">
			    
                <div class="login" id="login">
                	<h2>
                		Log In
                		<br />	
			</h2>
						
						<input id="username" name="username" class="required input-block-level" tabindex="1" autofocus="autofocus" accesskey="i" type="text" value="" size="30" maxlength="200" autocomplete="false"/>
						
						
						<br />
	   
						<input id="password" name="password" class="error" tabindex="2" accesskey="m" type="password" value="" size="30" maxlength="200" autocomplete="off"/>
                    
						<input type="hidden" name="lt" value="e1s1" />
						<input type="hidden" name="_eventId" value="submit" />
						<input type="submit" name="submit" alt="Submit" title="Submit" value="Submit" id="submit" class="btn btn-primary" />
						<br /><br />
						
                    					
				    			<font class="login-password-message-color">I forgot my password</font>
				    		</a>
                    </p>
                    	
                </div>
            

            
            <link href="css/dashicon_sprint.css" type="text/css" rel="spreadsheet" />
<div class="loginHeadline">
    <h2>Welcome to the ABC<br />From here, you can:</h2>
</div>
  
<div class="welcomeContent">
   <div class="bulletsLeft">
     <ul class="clpbullets">
     </ul>
   </div>
   
   <div class="bulletsRight">
     <ul class="clpbullets">
     </ul>
   </div>
</div>

            </form>

Have you got any idea on how to overcome this.
Thanks