Skip to content

PostfixAdmin 3.3.0

Compare
Choose a tag to compare
@DavidGoodwin DavidGoodwin released this 09 Jan 14:22
· 715 commits to master since this release
  • Change of theme (bootstrap)
  • Security improvements (setup.php)
  • Change of internal database routines (moved to use PHP's PDO)
  • Various improvements and bug fixes (psalm static analysis)

Users moving to v3.3.0 will find their existing setup_password will no longer work, and will need regenerating - either using the form on https://youriste.com/postfixadmin/setup.php or by using something like :

php -r 'echo password_hash("topSecretPassword", PASSWORD_DEFAULT);'

which will output something like : $2y$10$sYSaSQecc6kSs..........oyn.ttQxtKIUPV/q8eS6

`