Closed mroth closed 2 years ago
That's a good catch! It was supposed to slug only public accounts but I guess I forgot to implement that 😂
This should now be fixed. Which also gave you the mroth
slug 😉
I don't know about making it user editable though. Cause then I'd probably need to handle redirects and have a grace period and all that. If people want to change it, they can always email me :P
Is your feature request related to a problem? Please describe. When creating a new account via email, account does not have yet have a profile name. Thus, the user profile slug appears to be permanently set at account creation to a numeric value rather than a nice geeky URL.
E.g. my profile url for a newly created account is
https://visualizer.coffee/people/-1143
-- upon setting a user "name", this slug does not update to something nice likehttps://visualizer.coffee/people/myname
.Describe the solution you'd like Ideally, user can manually adjust profile slug via field profile settings.
Describe alternatives you've considered Slug is regenerated when user name field is edited.
Additional context N/A