WCF icon indicating copy to clipboard operation
WCF copied to clipboard

Consider removing the directory selection from WCFSetup

Open TimWolla opened this issue 3 years ago • 0 comments

The directory selection is problematic for little benefit (the vast majority of users won't change anything at all): It starts to deploy the files before it is verified that the WCFSetup will be able to complete successfully to some reasonable degree of certainty, as the database credentials have not yet been validated. By removing the selection, the installation directory will be known a-priori, so that the database step knows where to deploy the config.inc.php without carrying along all the database credentials in a hidden input.

TimWolla avatar Oct 06 '22 10:10 TimWolla