Revert "Lowercase all usernames"

This commit is contained in:
David Baker
2017-11-14 14:13:22 +00:00
committed by Luke Barnard
parent 21ead6e48e
commit 55260becc9
@@ -302,7 +302,7 @@ module.exports = React.createClass({
} : {}; } : {};
return this._matrixClient.register( return this._matrixClient.register(
this.state.formVals.username.toLowerCase(), this.state.formVals.username,
this.state.formVals.password, this.state.formVals.password,
undefined, // session id: included in the auth dict already undefined, // session id: included in the auth dict already
auth, auth,