Copied to clipboard

Flag this post as spam?

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


  • wrathyimp 4 posts 34 karma points
    Feb 04, 2019 @ 08:44
    wrathyimp
    0

    Disable email address login requirement

    hello,

    I'm pretty new to umbraco and testing to setup website, with protected contents.

    But currently, I need to remove the email address at the login for the admin pages. I need to use the username and password, instead of email address and password. I have even changed the security settings to on the umbracoSettings.config.

    What should I change to get the username request at the login page? (not the email address)

  • Dan Diplo 1554 posts 6205 karma points MVP 5x c-trib
    Feb 04, 2019 @ 09:19
    Dan Diplo
    100

    In umbracoSettings.config set this line:

    <usernameIsEmail>false</usernameIsEmail>
    

    If that line doesn't exist, just add it, then restart the site.

  • wrathyimp 4 posts 34 karma points
    Feb 04, 2019 @ 10:38
    wrathyimp
    0

    Only thing was I didn't restart the site. Also in the user profile under the dashboard, the username field was having email address.

    Thanks

Please Sign in or register to post replies

Write your reply to:

Draft