Two Factor Recovery Codes #12892
AaronSadlerUK
started this conversation in
Features and ideas
Replies: 1 comment 1 reply
-
Hi Arron, maybe this way??? inject Then |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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;
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.
Beta Was this translation helpful? Give feedback.
All reactions