-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: Master
-
Fix Version/s: 7.0.0 DXP FP90, 7.0.10.13 DXP SP13, 7.0.X, 7.1.10 DXP FP17, 7.1.10.4 SP4, 7.1.X, 7.2.10 DXP FP5, 7.2.10.2 DXP SP2, 7.2.X, 7.3.0 CE GA1, 7.3.10 DXP GA1, Master
-
Branch Version/s:7.2.x, 7.1.x, 7.0.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Git Pull Request:
Setup Wizard doesn't update default company webid and mx domain in case you leave default database.
Default company webid is sucessfully updated to admin email domain in case you configure a external database in setup wizard, because it is stored in company.default.web.id property of portal-setup-wizard.properties file. That file is read because a restart is asked after finishing the setup wizard.
Steps to reproduce
- Start a clean Liferay without portal-ext.properties configuration
- Setup Wizard will be displayed
- Configure admin email: test@example.com
- Leave Hypersonic as default database
- Click Finish configuration and fill in all user and password information
- Go to "Control Panel" => "Configuration" => "Virtual Instances"
- Check Web ID and Mail Domain:
- Expected behavior: both webid and mail domain are example.com
- Wrong behavior: both webid and mail domain are liferay.com
- Expected behavior: both webid and mail domain are example.com
Additional tests
- If you follow same steps but you configure an external database (MySQL instead Hypersonic), the issue is not reproduced, both webid and mail domain will be example.com