Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I've created a fully working Password History function in .net Identity v2.2.x
Am trying to find the documentation to port this to Umbraco. 7.15.x
I need to extend:
The ApplicationUser class to accommodate a list of useed passwords
The ApplicationUserManager class to accommodate the logic to check passwords
I need to install an ApplicationUserStore so that EF will create the table for me.
...
I have this working in a .net MVC app, but can't find suitable documentation to help online.
Has anyone done this or could point me in the right direction.?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Extending Umbraco Identity for Users with Password History
I've created a fully working Password History function in .net Identity v2.2.x
Am trying to find the documentation to port this to Umbraco. 7.15.x
I need to extend:
The ApplicationUser class to accommodate a list of useed passwords
The ApplicationUserManager class to accommodate the logic to check passwords
I need to install an ApplicationUserStore so that EF will create the table for me.
...
I have this working in a .net MVC app, but can't find suitable documentation to help online.
Has anyone done this or could point me in the right direction.?
is working on a reply...