I currently have a site that is using a handrolled authentication system of usernames and passwords - I do not have the ability to change the current database tables which store the usernames and passwords (the system has been in place for a long time).
Is it possible to use the new asp.net Identity system with existing data? Mapping the columns somehow? I have not seen anything like that in the documentation.