mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-06 13:34:58 -04:00
hs: Make /login accept full user IDs or just local parts. webclient: Only enable Register button when both password fields match.
This commit is contained in:
parent
53147e5ae4
commit
ca3747fb2f
3 changed files with 6 additions and 8 deletions
|
@ -68,12 +68,6 @@ angular.module('LoginController', ['matrixService'])
|
|||
};
|
||||
|
||||
$scope.login = function() {
|
||||
if ($scope.account.user_id.indexOf("@") !== 0) {
|
||||
// technically should be the host of account.homeserver
|
||||
$scope.account.user_id = "@" + $scope.account.user_id + ":" +
|
||||
$location.host()
|
||||
}
|
||||
|
||||
matrixService.setConfig({
|
||||
homeserver: $scope.account.homeserver,
|
||||
user_id: $scope.account.user_id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue