Skip to content

Commit 82e8252

Browse files
author
Phil E. Taylor
authored
[4] Remove default secret (#35139)
1 parent 696d3b6 commit 82e8252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installation/configuration.php-dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class JConfig
5252
public $dbsslcipher = '';
5353

5454
/* Server Settings */
55-
public $secret = 'FBVtggIk5lAzEU9H'; // Change this to something more secure
55+
public $secret = ''; // Use something very secure. For example on linux the following command `cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w ${1:-16} | head -n 1`
5656
public $gzip = false;
5757
public $error_reporting = 'default';
5858
public $helpurl = 'https://help.joomla.org/proxy?keyref=Help{major}{minor}:{keyref}&lang={langcode}';

0 commit comments

Comments
 (0)