I'm working on a project where I want to extend the login process of Umbraco by adding an extra step.
I have downloaded the source from github.com and ran the build.bat. When I set the web.client project as startup project and run it from visual studio I only get a browser with index.html, which is is just a blank page.
What am I missing here?
I can see in the code that when a user logs in the authentication service can return a 402 statuscode on which a TwoFactor dialog should be shown. Apparantly there should be a setting to turn on Two Factor authentication, which is exactly what I want. The problem is that I cant find anything about it in the documentation.
Running Umbraco source
I'm working on a project where I want to extend the login process of Umbraco by adding an extra step. I have downloaded the source from github.com and ran the build.bat. When I set the web.client project as startup project and run it from visual studio I only get a browser with index.html, which is is just a blank page. What am I missing here?
You don't need the source to change the login process... There are several ways, we actually have a controller that does the registration.
I'd suggest you look at the newer starter kit that should lead you to where you need to go most probably.
I am not sure I understand what you mean.
I can see in the code that when a user logs in the authentication service can return a 402 statuscode on which a TwoFactor dialog should be shown. Apparantly there should be a setting to turn on Two Factor authentication, which is exactly what I want. The problem is that I cant find anything about it in the documentation.
is working on a reply...