https://bugs.koozali.org/show_bug.cgi?id=11937

            Bug ID: 11937
           Summary: increase default site password length
    Classification: Contribs
           Product: SME Contribs
           Version: 10.0
          Hardware: ---
                OS: ---
            Status: CONFIRMED
          Severity: normal
          Priority: P3
         Component: smeserver-mailman
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
  Target Milestone: ---

MATRIX="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"
-    LENGTH="8"
+    LENGTH="18"
    while [ "${n:=1}" -le "$LENGTH" ]; do
        PASS="$PASS${MATRIX:$(($RANDOM%${#MATRIX})):1}"
        let n+=1
    done
-    echo "* New site password: $PASS"


currently 8, too easy to break
should be 17-20 now

and also no need to add it to output of script in 
/etc/e-smith/events/temp/S20mailman-post-install

no one will read it in normal usage

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to