Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Charles Afford 1163 posts 1709 karma points
    Feb 22, 2014 @ 14:32
    Charles Afford
    0

    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 :)

  • Charles Afford 1163 posts 1709 karma points
    Feb 22, 2014 @ 14:35
    Charles Afford
    0

    This is the current web config connection string

     <add key="umbracoDbDSN" value="server=.;database=our.umbraco.org.live;user id=sa;password=abc123" />

  • Sebastiaan Janssen 5061 posts 15544 karma points MVP admin hq
    Feb 22, 2014 @ 14:38
    Sebastiaan Janssen
    0

    Aha, looks like you forgot to read the ReadMe file: https://github.com/umbraco/OurUmbraco/

  • Comment author was deleted

    Feb 23, 2014 @ 01:27

    @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.

  • 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.

Please Sign in or register to post replies