diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-10-02 13:27:12 +0300 |
---|---|---|
committer | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-10-02 17:53:08 +0300 |
commit | 626fe0339c3dee9c9a909fa4f42bd4c92cb851b5 (patch) | |
tree | 9b76ec0949630a90f7822780bc55514ef0735bbd /interface/index.html | |
parent | 647986d925162a8bd1ee18dde1b074e3edabb22d (diff) | |
download | rspamd-626fe0339c3dee9c9a909fa4f42bd4c92cb851b5.tar.gz rspamd-626fe0339c3dee9c9a909fa4f42bd4c92cb851b5.zip |
[WebUI] Do not display password form when secure_ip is set
Fixes: #2553
Diffstat (limited to 'interface/index.html')
-rw-r--r-- | interface/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interface/index.html b/interface/index.html index 1cf363b96..8d40da510 100644 --- a/interface/index.html +++ b/interface/index.html @@ -357,11 +357,11 @@ </div> <!-- login modal --> -<div id="connectDialog" class="modal" tabindex="-1" role="dialog" aria-labelledby="RSPAMD Connect"> +<div id="connectDialog" class="modal" tabindex="-1" role="dialog" style="display:none"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> - <h3>RSPAMD Connect</h3> + <h3>Login to Rspamd</h3> </div> <div class="modal-body" id="connectBody"> <form id="connectForm"> |