diff --git a/src/octojoom b/src/octojoom index 28aaabe..f0eeacb 100755 --- a/src/octojoom +++ b/src/octojoom @@ -1,7 +1,7 @@ #!/usr/bin/env bash # The most recent program version. -_VERSION="3.6.1" +_VERSION="3.6.2" _V="3.6" # Bash version required @@ -4065,7 +4065,7 @@ function setJoomlaPassword() { 'joomla-17082005' 'Enter Joomla User Password') # keep asking if empty if [ ${#VDM_J_PASSWORD} -le 12 ]; then - showError "You must enter a password with more than 4 characters!" + showError "You must enter a password with more than 11 characters!" fi done # make sure it is available