Add file type to be able to filter out special characters in passwords
This commit is contained in:
parent
8dc65d7fa3
commit
fa4207f4fe
|
@ -24,7 +24,9 @@ createscript: "/usr/share/eole/db/syspass/gen/0_eole-syspass.sql"
|
||||||
sqlscripts: ["/usr/share/eole/db/syspass/gen/dbstructure.sql"]
|
sqlscripts: ["/usr/share/eole/db/syspass/gen/dbstructure.sql"]
|
||||||
updatescripts: []
|
updatescripts: []
|
||||||
pwd_files:
|
pwd_files:
|
||||||
- {file: '%%container_path_web/var/www/html/syspass/app/config/config.php',
|
- {file: '%%container_path_web/var/www/html/syspass/app/config/config.xml',
|
||||||
pattern: " 'dbpass' => '",
|
type: 'xml',
|
||||||
|
pattern: " <dbPass>",
|
||||||
|
end_pattern: "</dbPass>",
|
||||||
owner: 'www-data:www-data',
|
owner: 'www-data:www-data',
|
||||||
mod: '540'}
|
mod: '700'}
|
||||||
|
|
Loading…
Reference in New Issue