datahuborg / datahub

An experimental hosted platform (GitHub-like) for organizing, managing, sharing, collaborating, and making sense of data.
https://datahub.csail.mit.edu
MIT License
210 stars 60 forks source link

new account email addresses are case sensitive #15

Closed RogerTangos closed 9 years ago

RogerTangos commented 9 years ago

account email addresses are case sensitive. It's possible to create an account with arcarter@mit.edu, and then another with Arcarter@MIT.edu, and then give them separate usernames and passwords.

in objective-c:

[account_client create_account:username email:@"arcarter@mit.edu" password:password repo_name:@"getfit" app_id:appID app_token:appToken];

and then create another account:

[account_client create_account:username email:@"ARCARTER@MIT.EDU" password:password repo_name:@"getfit" app_id:appID app_token:appToken];
RogerTangos commented 9 years ago

Doesn't affect users signing up via the website. Since we're no longer supporting new account creation via thrift, I'm closing this out.