umbraco / Umbraco-CMS

Umbraco is a free and open source .NET content management system helping you deliver delightful digital experiences.
https://umbraco.com
MIT License
4.41k stars 2.66k forks source link

New Admin Invite skips Avatar Screen #13727

Closed TRexStark closed 1 year ago

TRexStark commented 1 year ago

Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)

10.4.0

Bug summary

This was happening in 10.3.2 as well.

When you invite a new user to the BackOffice, once they enter their password and go to the next step, the screen shows the Avatar view briefly and jumps directly to the BackOffice.

When you invite new user to a site's backoffice and they're not familiar with Umbraco, they see something that jumps, they just panic for no reason and this creates unnecessary support time.

Specifics

Same as above

Steps to reproduce

Invite a new User to the BackOffice and follow the steps to activate the access.

Expected result / actual result

Should not skip the Avatar View or just remove that step altogether if that's the intention.


_This item has been added to our backlog AB#30794_

github-actions[bot] commented 1 year ago

Hi there @TRexStark!

Firstly, a big thank you for raising this issue. Every piece of feedback we receive helps us to make Umbraco better.

We really appreciate your patience while we wait for our team to have a look at this but we wanted to let you know that we see this and share with you the plan for what comes next.

We wish we could work with everyone directly and assess your issue immediately but we're in the fortunate position of having lots of contributions to work with and only a few humans who are able to do it. We are making progress though and in the meantime, we will keep you in the loop and let you know when we have any questions.

Thanks, from your friendly Umbraco GitHub bot :robot: :slightly_smiling_face:

Zeegaan commented 1 year ago

Hi, @TRexStark I can definitely reproduce this 😁 It should really not skip the avatar step! 🤔

github-actions[bot] commented 1 year ago

Hi @TRexStark,

We're writing to let you know that we would love some help with this issue. We feel that this issue is ideal to flag for a community member to work on it. Once flagged here, folk looking for issues to work on will know to look at yours. Of course, please feel free work on this yourself ;-). If there are any changes to this status, we'll be sure to let you know.

For more information about issues and states, have a look at this blog post.

Thanks muchly, from your friendly Umbraco GitHub bot :-)

Zeegaan commented 1 year ago

Just posting this here for anyone who might not know, you have to set up SMTP in your global settings, set up mine in appsettings.Development.json:

      "Global": {
        "Smtp": {
          "From": "your@email.com",
          "Host": "localhost",
           "Port": "25"
        }
      },

I then used papercut as local smtp server to catch the outgoing emails 👍

TRexStark commented 1 year ago

Thanks @Zeegaan for confirming.

iOvergaard commented 1 year ago

Thanks again for letting us know. We have chosen to remove the avatar step altogether. This will be released in the upcoming v10, v11, and v12 versions!