Skip to content
Snippets Groups Projects
Unverified Commit eaa2c064 authored by CSÉCSY László's avatar CSÉCSY László Committed by GitHub
Browse files

Add Mac support to salt generation command

parent 83399e27
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ $config = array(
* 'secretsalt' can be any valid string of any length.
*
* A possible way to generate a random salt is by running the following command from a unix shell:
* tr -c -d '0123456789abcdefghijklmnopqrstuvwxyz' </dev/urandom | dd bs=32 count=1 2>/dev/null;echo
* LC_CTYPE=C tr -c -d '0123456789abcdefghijklmnopqrstuvwxyz' </dev/urandom | dd bs=32 count=1 2>/dev/null;echo
*/
'secretsalt' => 'defaultsecretsalt',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment