Submitted by yngens on Thu, 11/01/2018 - 13:04
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
Submitted by yngens on Thu, 11/01/2018 - 13:11 Comment #1
Submitted by andreychek on Thu, 11/01/2018 - 13:15 Comment #2
Submitted by JamieCameron on Thu, 11/01/2018 - 23:40 Comment #3
Good idea... I'll do that.
Submitted by IssueBot on Thu, 02/28/2019 - 09:07 Comment #4
Automatically closed - issue fixed for 2 weeks with no activity.