Browse Source

More explanation

Bob Mottram 10 years ago
parent
commit
021c76b581
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone View File

618
           255) exit 0;;
618
           255) exit 0;;
619
       esac
619
       esac
620
       if [ ${#DDNS_PASSWORD} -lt $MINIMUM_PASSWORD_LENGTH ]; then
620
       if [ ${#DDNS_PASSWORD} -lt $MINIMUM_PASSWORD_LENGTH ]; then
621
-          dialog --title "Password quality check" --msgbox "The password given was too short. It must be at least $MINIMUM_PASSWORD_LENGTH characters" 6 40
621
+          dialog --title "Password quality check" --msgbox "The password given was too short. It must be at least $MINIMUM_PASSWORD_LENGTH characters. You may need to change your password on the dynamic DNS provider's web site." 10 40
622
           DDNS_PASSWORD=""
622
           DDNS_PASSWORD=""
623
       fi
623
       fi
624
   done
624
   done