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
This isn't touched on in the two factor documentation, how do we go about generating the recovery codes?
In dotnet identity we should be able to do the following:
private readonly UserManager<MemberIdentityUser> _userManager; var codes = await _userManager.GenerateNewTwoFactorRecoveryCodesAsync(member, 6); TempData["RecoveryCodes"] = codes;
This would allow them to be shown one time on the confirmation page.
However for the life of me, I cannot figure out how to get Umbraco to do this with members.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Two Factor Recovery Codes
This isn't touched on in the two factor documentation, how do we go about generating the recovery codes?
In dotnet identity we should be able to do the following:
This would allow them to be shown one time on the confirmation page.
However for the life of me, I cannot figure out how to get Umbraco to do this with members.
is working on a reply...