Updated Branches: refs/heads/trunk 0debf2173 -> 4c2ce4707
Might fix APLO-347: Action not Authorized Errors when viewing admin interface over HTTPS. Disable auto complete for the login form. Project: http://git-wip-us.apache.org/repos/asf/activemq-apollo/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-apollo/commit/4c2ce470 Tree: http://git-wip-us.apache.org/repos/asf/activemq-apollo/tree/4c2ce470 Diff: http://git-wip-us.apache.org/repos/asf/activemq-apollo/diff/4c2ce470 Branch: refs/heads/trunk Commit: 4c2ce4707885fbab74e981f888bb01dd3a5bbb23 Parents: 0debf21 Author: Hiram Chirino <[email protected]> Authored: Sat Feb 1 14:02:15 2014 -0500 Committer: Hiram Chirino <[email protected]> Committed: Sat Feb 1 14:02:15 2014 -0500 ---------------------------------------------------------------------- apollo-web/src/main/webapp/console/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-apollo/blob/4c2ce470/apollo-web/src/main/webapp/console/index.html ---------------------------------------------------------------------- diff --git a/apollo-web/src/main/webapp/console/index.html b/apollo-web/src/main/webapp/console/index.html index 03702bd..7ad2d72 100644 --- a/apollo-web/src/main/webapp/console/index.html +++ b/apollo-web/src/main/webapp/console/index.html @@ -92,7 +92,7 @@ {{#unless App.LoginController.is_logged_in}} <div class="login-form span4 offset4 well"> <h2>Login</h2> - <form action=""> + <form action="" autocomplete="off"> <fieldset> <div class="clearfix"> {{view Ember.TextField placeholder="Username" valueBinding="App.LoginController.username"}}
