Skip to content

Commit

Permalink
Temp fix to prevent passwords being exposed in the URL when logging in
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Poulden committed Mar 30, 2012
1 parent edddd94 commit b6e5ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/app/view/auth/Login.js
Expand Up @@ -6,7 +6,7 @@ Ext.define('Docs.view.auth.Login', {
alias: 'widget.authentication',

loginTplHtml: [
'<form class="loginForm">',
'<form class="loginForm" method="POST">',
'<input class="username" type="text" name="username" placeholder="Username" />',
'<input class="password" type="password" name="password" placeholder="Password" />',
'<label><input type="checkbox" name="remember" /> Remember Me</label>',
Expand Down

0 comments on commit b6e5ab6

Please sign in to comment.