I am about to deploy my C# MVC AspNet Identity website to production, and I am concerned that the password hash in the db may be specific to the machine that it is created on (like it depends on the machine key)..
Please note that this is a "out the box" implementation of ASP.NET MVC as per the visual studio 2013 template.
It's way too late for me to change to a different authentication provider. Is it safe to move my DB and webserver to another machine, or will all the existing users stop working?