1
0
Fork 0
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:
Matlink 2015-01-05 20:03:15 +01:00
parent fdcdb7dda7
commit 909b5e6045

View file

@ -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