christiangenco / dbinbox

an inbox for your Dropbox
dbinbox.com
MIT License
285 stars 42 forks source link

Delete dbinbox account doesn't work #44

Closed u6c00 closed 10 years ago

u6c00 commented 11 years ago

When trying to delete my dbinbox account I type in DELETE and click the button and it returns Internal Server Error page.

dchesterman commented 11 years ago

also have this issue. wanted to delete it and change my username. Would also be great to be able to change username

christiangenco commented 10 years ago

This issue was related to Mongo's sparse index: if I set the value of username to null instead of unseting it, null was counted as a unique value.

To delete your account, remove dbinbox from your list of authenticated apps. Your account will be deleted automatically the next time someone tries uploading a file to it.

Changing your username will be fixed with #45