• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Input Prevent generating database passwords containing '#'

qf53

New Pleskian
Quick suggestion:

Would it be possible to prevent generating database passwords that contain '#'?
This causes errors in .env files because '#' is used to comment stuff out.
 
You should not deny any characters used for passwords. Instead you have to properly escape the characters where needed. You have to use quotes around the password in .env files for example.
 
You should not deny any characters used for passwords. Instead you have to properly escape the characters where needed. You have to use quotes around the password in .env files for example.
Which gets ugly when the password contains quotes. In-band signaling is nasty.
 
Back
Top