Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hello.
When i cloned the our umbraco source to make a fix i get a 'login failed for user 'sa'
Any ideas?
Thanks :)
This is the current web config connection string
<add key="umbracoDbDSN" value="server=.;database=our.umbraco.org.live;user id=sa;password=abc123" />
Aha, looks like you forgot to read the ReadMe file: https://github.com/umbraco/OurUmbraco/
Comment author was deleted
@Charles, I think he means you need to put in your own user/pw for whatever DB Server you loaded it onto:
https://github.com/umbraco/OurUmbraco/blob/49774e933c552a9b4aba8695d8166920087676a3/OurUmbraco.Site/web.config#L37
That is just a placeholder and the DB doesn't actually have 'abc123' as it's password. It doesn't have one :) The user in your DB does.
So if you have a user named 'sa', put in that user's pw.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Problem with the Our Umbraco Source Login failed for user 'sa'.
Hello.
When i cloned the our umbraco source to make a fix i get a 'login failed for user 'sa'
Any ideas?
Thanks :)
This is the current web config connection string
<add key="umbracoDbDSN" value="server=.;database=our.umbraco.org.live;user id=sa;password=abc123" />
Aha, looks like you forgot to read the ReadMe file: https://github.com/umbraco/OurUmbraco/
Comment author was deleted
@Charles, I think he means you need to put in your own user/pw for whatever DB Server you loaded it onto:
https://github.com/umbraco/OurUmbraco/blob/49774e933c552a9b4aba8695d8166920087676a3/OurUmbraco.Site/web.config#L37
That is just a placeholder and the DB doesn't actually have 'abc123' as it's password. It doesn't have one :) The user in your DB does.
So if you have a user named 'sa', put in that user's pw.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.