Copied to clipboard

Flag this post as spam?

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


  • Phil 54 posts 139 karma points
    Nov 15, 2017 @ 14:12
    Phil
    0

    No username for user when invited in 7.7.3

    When a user is invited/created in Umbraco, I am not able to specify a different name/username.

    Our installation has previously been upgraded from 7.2.0 and we have established a standard where the username is the company specified username, and the name is their actual name. For users previously created, the username field is specified as a separate field.

    Is this possible to do in 7.7.3?

  • Dan Diplo 1554 posts 6205 karma points MVP 6x c-trib
    Nov 15, 2017 @ 17:14
    Dan Diplo
    100

    Just a guess, but this might be related to the following new setting in /config/umbracoSettings.config:

    <usernameIsEmail>true</usernameIsEmail>
    

    Maybe if you change it to false you will be able to change username?

  • Phil 54 posts 139 karma points
    Nov 15, 2017 @ 17:30
    Phil
    0

    That's it, I really should have checked the file beforehand...

    The comment above this line:

    <!-- by default this is true and if not specified in config will be true. set to false to always show a separate username field in the back office user editor -->
    

    Cheers!

  • Comment author was deleted

    Feb 27, 2018 @ 18:15

    Got a situation where it is still not showing up despite being set to false.

    • Touched web.config
    • Was an upgrade
    • v7.7.9
    • Tried Debug = true and false
    • Busted clientDependency cache

    Still no bueno.

    Looking into the Umbraco src for answers. Hope to report back soon.

  • 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