Version 1.17.3
Released: 2003-08-04
new
Send welcome mail to admin as well as user.The request was made to send a copy of the welcome email to the Reseller's email account as well as the users. Added.
new
Slight upgrades to login system.An error message is now shown if a user logs in incorrectly. Also the referring address that was issued before the login screen is passed so that upon successful login, the user will be forwarded to that screen.
Also, a hidden variable named FAIL_URL can be passed so that DirectAdmin can forward the user to that screen upon a failed login attempt. This value must be a full url, including http:// or https://
example:
<input type=hidden name=FAIL_URL value="http://www.domain.com/login.php?failure=yes">
new
Named zone file templatesAbility to customize the way DirectAdmin writes zone data in the /etc/named.conf file.
fixed
Adding IP used wrong broadcast addressOld method used an incorrect broadcast address for use with ips and netmasks. Now the correct broadcast is calculated and used along the other values.
After the update, a simple reboot will load the correct broadcast addresses.
fixed
Mysql password wasn't changed when user changes their system passowordWhen a user's password password is changed, the password for his mysql account wasn't be changed along with it. This caused problems when trying to do backups of mysql databases because the current login password is compared to the old password stored in the database, so if they don't match, you'll get errors. It now changes the password for user "username" in mysql when the system password is changed.