dubeaud / bugnet

BugNET is an open source issue tracker built with .NET
189 stars 166 forks source link

Installing with Web Platform installer may create a db user password with a colon #16

Open dubeaud opened 9 years ago

dubeaud commented 9 years ago

This issue was imported from CodePlex

Malyngo wrote 2014-02-19 at 06:24 I installed BugNet via the Web Platform installer.

The installer created the BugNet89 user on the database server with a colon (;) in the password, which will result in an error when opening the webpage, as the colon in the password will result in a wrong connectionstring for the database.

dubeaud commented 9 years ago

Will update the regex to exclude semi colons