mirror of https://github.com/vector-im/riot-web
Revert "Lowercase all usernames"
parent
b3ddec4131
commit
39763d668c
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue