Fix phpmyadmin blowfish_secret
This commit is contained in:
@@ -24,6 +24,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||||||
- `wo stack remove/purge --all`
|
- `wo stack remove/purge --all`
|
||||||
- variable substitution in install script
|
- variable substitution in install script
|
||||||
- `wo stack upgrade --phpmyadmin/--dashboard`
|
- `wo stack upgrade --phpmyadmin/--dashboard`
|
||||||
|
- phpmyadmin blowfish_secret key length
|
||||||
|
|
||||||
### v3.9.8 - 2019-08-16
|
### v3.9.8 - 2019-08-16
|
||||||
|
|
||||||
|
|||||||
@@ -1282,7 +1282,7 @@ def post_pref(self, apt_packages, packages):
|
|||||||
blowfish_key = ''.join([random.choice
|
blowfish_key = ''.join([random.choice
|
||||||
(string.ascii_letters +
|
(string.ascii_letters +
|
||||||
string.digits)
|
string.digits)
|
||||||
for n in range(25)])
|
for n in range(32)])
|
||||||
WOFileUtils.searchreplace(self,
|
WOFileUtils.searchreplace(self,
|
||||||
'{0}22222/htdocs/db/pma'
|
'{0}22222/htdocs/db/pma'
|
||||||
'/config.inc.php'
|
'/config.inc.php'
|
||||||
|
|||||||
Reference in New Issue
Block a user