myOmikron / kraken-project

A scalable pentesting platform
GNU Affero General Public License v3.0
11 stars 11 forks source link

Should users change their usernames? #9

Closed gammelalf closed 1 year ago

gammelalf commented 1 year ago

The current PUT /api/v1/users/me allows to change the display name as well as the username. Is it intentional to allow users to change their usernames?

myOmikron commented 1 year ago

As the primary key of the user is the uuid and username is unqiue, is there a reason against lettings users change their usernames?

myOmikron commented 1 year ago

Closing this