Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Bunnynut 136 posts 318 karma points
    Nov 04, 2017 @ 23:43
    Bunnynut
    0

    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?

  • John Bergman 483 posts 1132 karma points
    Nov 05, 2017 @ 00:23
    John Bergman
    0

    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.

  • Bunnynut 136 posts 318 karma points
    Nov 05, 2017 @ 12:48
    Bunnynut
    0

    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.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies