mirror of
https://github.com/YunoHost-Apps/phpmyadmin_ynh.git
synced 2024-09-03 19:56:46 +02:00
[fix] uggly random password not random at all
Hmm, we always prefere a password to be random-generated, for an automated solution...
This commit is contained in:
parent
fdcdb7dda7
commit
909b5e6045
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
* This is needed for cookie based authentication to encrypt password in
|
||||
* cookie
|
||||
*/
|
||||
$cfg['blowfish_secret'] = 'a8b7c6d'; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */
|
||||
$cfg['blowfish_secret'] = 'YNH_COOKIE_PASSWD'; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */
|
||||
|
||||
/*
|
||||
* Servers configuration
|
||||
|
|
Loading…
Reference in a new issue