miharekar / visualizer

A visualizer for .shot files
https://visualizer.coffee/
MIT License
97 stars 11 forks source link

User slug for newly created accounts? #65

Closed mroth closed 2 years ago

mroth commented 2 years ago

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 like https://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

miharekar commented 2 years ago

That's a good catch! It was supposed to slug only public accounts but I guess I forgot to implement that 😂

miharekar commented 2 years ago

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