]> www.vanbest.org Git - motioneye-debian/commitdiff
email notifications: username/password are no longer required
authorCalin Crisan <ccrisan@gmail.com>
Thu, 6 Aug 2015 16:42:54 +0000 (19:42 +0300)
committerCalin Crisan <ccrisan@gmail.com>
Thu, 6 Aug 2015 16:42:54 +0000 (19:42 +0300)
templates/main.html

index c8d433606564d7802ce3f0bec2512a2b4d0179d0..0a44d8dcd121f53515521d733b8522fe5dab6175 100644 (file)
                         <td class="settings-item-value"><input type="text" class="styled number notifications camera-config" id="smtpPortEntry" placeholder="e.g. 587"></td>
                         <td><span class="help-mark" title="enter the port used by your SMTP server (usually 465 for non-TLS connections and 587 for TLS connections)">?</span></td>
                     </tr>
-                    <tr class="settings-item advanced-setting" required="true" strip="true">
+                    <tr class="settings-item advanced-setting" strip="true">
                         <td class="settings-item-label"><span class="settings-item-label">SMTP Account</span></td>
                         <td class="settings-item-value"><input type="text" class="styled notifications camera-config" id="smtpAccountEntry" placeholder="account@gmail.com..."></td>
                         <td><span class="help-mark" title="enter your SMTP account (normally your email address)">?</span></td>
                     </tr>
-                    <tr class="settings-item advanced-setting" required="true" strip="true">
+                    <tr class="settings-item advanced-setting" strip="true">
                         <td class="settings-item-label"><span class="settings-item-label">SMTP Password</span></td>
                         <td class="settings-item-value"><input type="password" class="styled notifications camera-config" id="smtpPasswordEntry"></td>
                         <td><span class="help-mark" title="enter your SMTP account password (for Gmail use your Google password or an app-specific generated password)">?</span></td>