Browse Source

Height of password dialog

Bob Mottram 7 years ago
parent
commit
1ed2a728ed
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-app-bdsmail

+ 1
- 1
src/freedombone-app-bdsmail View File

@@ -256,7 +256,7 @@ function install_bdsmail {
256 256
     trap "rm -f $data" 0 1 2 5 15
257 257
     dialog --title $"Password" \
258 258
            --clear \
259
-           --passwordbox $"Enter your ssh login password" 8 60 2> $data
259
+           --passwordbox $"Enter your ssh login password.\n\nThis is the same as the original ssh login password shown when you first installed the system." 12 60 2> $data
260 260
     ret=$?
261 261
     case $ret in
262 262
         0)