-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Umbraco allows usernames with spaces but doesnt allow change password for this users #14808
Comments
Hi there @bielu! 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 🤖 🙂 |
@bielu How are you allowing space in usernames, I have my
But that doesn´t work 🤔 |
Also, could I ask that you create an entire seperate issue for |
i did exactly that and it did work 😕 |
So just to conclude: I cannot reproduce sub-bug 1, this should be its own issue (Not sure it is an issue, as it works as intended on my end) |
Hmmm, I created users by migrating them from v8 🤔 so API allowed to do it but backoffice doesnt, sounds like we just found 3 issues 😢 |
Fixed in #14810 |
And yes some funky behavior will occur if you migrate users with spaces, but doesn't have them allowed. Will talk to the team on how to go about handling such a case 😁 |
@Zeegaan can you confirm in which v10 patch version it will be release + approx date? :) |
I will cherry pick this for the 10.7.1 release, no approximate release date as of yet though 🙏 |
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
10.6.1
Bug summary
So I had little digging, when UsernameIsEmail is set to false, umbraco allows to set username to anything, including namespaces!
so there are 2 different issues around it:
Specifics
No response
Steps to reproduce
subbug 1:
subbug 2:
Expected result / actual result
User will be validated with same user validator on save.
It will be possible to override allowed characters for users in backoffice.
The text was updated successfully, but these errors were encountered: