NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Commit

[Web] Make 2048b key default

Signed-off-by: andryyy <[email protected]>

1a15a9e5
andryyy <[email protected]> 4 years, 9 months ago
data/web/templates/modals/mailbox.twig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Diff

diff --git a/data/web/templates/modals/mailbox.twig b/data/web/templates/modals/mailbox.twig
index 8881270d..026ab927 100644
--- a/data/web/templates/modals/mailbox.twig
+++ b/data/web/templates/modals/mailbox.twig
@@ -165,7 +165,7 @@
             <div class="col-sm-10">
               <select data-style="btn btn-default btn-sm" class="form-control" id="key_size" name="key_size">
                 <option data-subtext="bits">1024</option>
-                <option data-subtext="bits">2048</option>
+                <option data-subtext="bits" selected>2048</option>
               </select>
             </div>
           </div>
@@ -390,7 +390,7 @@
             <div class="col-sm-10">
               <select data-style="btn btn-default btn-sm" class="form-control" id="key_size2" name="key_size">
                 <option data-subtext="bits">1024</option>
-                <option data-subtext="bits">2048</option>
+                <option data-subtext="bits" selected>2048</option>
               </select>
             </div>
           </div>