We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a58bc8e commit 42689cbCopy full SHA for 42689cb
Website/Web.config
@@ -34,7 +34,7 @@
34
<authentication mode="Forms">
35
<forms defaultUrl="~/" loginUrl="~/views/login.cshtml" name="miniblog" timeout="10080">
36
<credentials passwordFormat="SHA1">
37
- <!-- Password is "demo". Generate your hash password here http://www.stringfunction.com/sha1-hash.html -->
+ <!-- Password is "demo". Generate your hash password here http://www.sha1-online.com/ -->
38
<user name="demo" password="89e495e7941cf9e40e6980d14a16bf023ccd4c91" />
39
</credentials>
40
</forms>
0 commit comments