summaryrefslogtreecommitdiffstats
path: root/server/sonar-web
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web')
-rw-r--r--server/sonar-web/src/main/webapp/WEB-INF/app/views/encryption_configuration/index.html.erb6
1 files changed, 5 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/views/encryption_configuration/index.html.erb b/server/sonar-web/src/main/webapp/WEB-INF/app/views/encryption_configuration/index.html.erb
index a2126b5bfcb..112eb854801 100644
--- a/server/sonar-web/src/main/webapp/WEB-INF/app/views/encryption_configuration/index.html.erb
+++ b/server/sonar-web/src/main/webapp/WEB-INF/app/views/encryption_configuration/index.html.erb
@@ -32,7 +32,11 @@
return false;"
method="post"
action="/encryption_configuration/encrypt" >
- <input type="text" name="text" id="clear_text"/>
+ <!-- for our lovely Chrome -->
+ <input style="display:none">
+ <input type="password" name="fake" style="display:none">
+
+ <input type="password" name="text" id="clear_text" autocomplete="off"/>
<input type="submit" value="Encrypt" id="submit_encrypt"/>
</form>