Request to make variables ${PASS} and ${MYSQL_PASS} available for subdomains

The following block in Virtual Server Templates > Mail for domain:

Username: ${USER}
Password: ${PASS}
${IF-MYSQL}
MySQL database: ${DB}
MySQL login: ${MYSQL_USER}
${IF-MYSQL_PASS}
MySQL password: ${MYSQL_PASS}
${ELSE-MYSQL_PASS}
MySQL password:${PASS}
${ENDIF-MYSQL_PASS}
${ENDIF-MYSQL}

works fine for top-level domains, however for sub-domains it returns empty passwords.

I know that we can go to top-level domain's Re-Send Signup Email page and request a password there, however:

  • it doesn't make sense why a sub-domain should have the Re-Send Signup Email page if it can't send access information?
  • when use Re-Send Signup Email page of parent domain it send all the information of parent domain, including the database names, paths, etc. It would be useful if subdomain could send all the information about itself including the access information with password.

Please fix this bug.

Thanks!

Status: 
Closed (fixed)

Comments

Title: Variables ${PASS} and ${MYSQL_PASS} return empty for subdomains » Request to make variables ${PASS} and ${MYSQL_PASS} available for subdomains
Body: View changes
Assigned: Unassigned »

Good idea... I'll do that.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.