Skip to content

Commit 42689cb

Browse files
committed
Updated broken link in web.config for online hashing tool.
1 parent a58bc8e commit 42689cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Website/Web.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<authentication mode="Forms">
3535
<forms defaultUrl="~/" loginUrl="~/views/login.cshtml" name="miniblog" timeout="10080">
3636
<credentials passwordFormat="SHA1">
37-
<!-- Password is "demo". Generate your hash password here http://www.stringfunction.com/sha1-hash.html -->
37+
<!-- Password is "demo". Generate your hash password here http://www.sha1-online.com/ -->
3838
<user name="demo" password="89e495e7941cf9e40e6980d14a16bf023ccd4c91" />
3939
</credentials>
4040
</forms>

0 commit comments

Comments
 (0)