Go to file
Mitchell R c1d7bd808c Update RedisMembershipProvider.cs
Updated min password character count to 8.
Also dropped invalid password attempt count as; if you can't get your password in 3 tries, just reset it, its easier.
2015-07-26 14:41:09 +02:00
.nuget Include the entire solution, not just the project 2015-06-05 10:03:36 +01:00
.vs/config Include the entire solution, not just the project 2015-06-05 10:03:36 +01:00
BuildFeed Update ChangePassword.cs 2015-07-26 14:39:15 +02:00
RedisAuth Update RedisMembershipProvider.cs 2015-07-26 14:41:09 +02:00
.gitattributes 🍭 Added .gitattributes & .gitignore files 2014-10-10 23:51:35 +01:00
.gitignore Include the entire solution, not just the project 2015-06-05 10:03:36 +01:00
BuildFeed.sln Include the entire solution, not just the project 2015-06-05 10:03:36 +01:00
LICENSE.md Add licence, readme. 2015-06-05 10:28:19 +01:00
Packages.dgml Include the entire solution, not just the project 2015-06-05 10:03:36 +01:00
README.md Add licence, readme. 2015-06-05 10:28:19 +01:00

BuildFeed


BuildFeed is a website for tracking Windows build numbers. The website itself is hosted at https://buildfeed.net/.

It is built using ASP.NET MVC, with a persistent Redis instance used for storing data.