DistrictDataLabs / cultivar

Multidimensional data explorer and visualization tool.
http://trinket.districtdatalabs.com
Apache License 2.0
52 stars 18 forks source link

username check #55

Open bbengfort opened 8 years ago

bbengfort commented 8 years ago

Usernames cannot be names of urls (e.g. admin or create) because we connect urls directly to the website like in Github or Twitter.

On create/update we should check this to make sure we invalidate these user names.

Also - perhaps we shouldn't allow the user to change their own username?

bbengfort commented 8 years ago

Along those lines, username and orgname should be unique together!