]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Fix password field border radius
authormoisseev <moiseev@mezonplus.ru>
Thu, 1 Jun 2023 11:26:27 +0000 (14:26 +0300)
committermoisseev <moiseev@mezonplus.ru>
Thu, 1 Jun 2023 11:26:27 +0000 (14:26 +0300)
interface/index.html

index 82dc8a898834cac64104122fc80aea76817253e9..74d88fef93ee09d788f1de7100fc24d9d156a441 100644 (file)
                        </div>
                        <div class="modal-body" id="connectBody">
                                <form id="connectForm">
+                                       <!-- In recent browser versions username is required to save credentials in a password manager.
+                                           Browser detects passwords by form.elements[n].type == "password" and then detects
+                                               the username field by searching backwards through form elements for the text field
+                                               immediately before the password fields. -->
+                                       <input value="Rspamd controller password" style="display: none;"/>
                                        <div class="input-group">
-                                               <!-- In recent browser versions username is required to save credentials in a password manager.
-                                                   Browser detects passwords by form.elements[n].type == "password" and then detects
-                                                       the username field by searching backwards through form elements for the text field
-                                                       immediately before the password fields. -->
-                                               <input value="Rspamd controller password" style="display: none;"/>
                                                <input class="form-control"
                                                           type="password"
                                                           id="connectPassword"