Skip to content

Commit bc8c01f

Browse files
authored
Merge pull request #45 from appirio-tech/dev
Login update to remove ldap
2 parents 0fc393c + 52cee14 commit bc8c01f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"a0-angular-storage": "~0.0.11",
2424
"angular-jwt": "~0.0.9",
2525
"angular-footable": "~1.0.3",
26-
"appirio-tech-ng-auth": "3.x.x",
26+
"appirio-tech-ng-auth": "git://github.com/appirio-tech/ng-auth.git#3.2.10",
2727
"appirio-tech-ng-login-reg": "0.x.x",
2828
"appirio-tech-ng-api-services": "0.x.x",
2929
"angular-clipboard": "~1.2.1",

src/app/login/login.controller.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ angular.module('supportAdminApp')
5555
};
5656

5757
var options = {
58+
connection: "TC-User-Database",
5859
username: $scope.formLogin.username,
5960
password: $scope.formLogin.password,
6061
success: loginSuccess,
@@ -65,4 +66,4 @@ angular.module('supportAdminApp')
6566
$authService.login(options);
6667
};
6768

68-
}]);
69+
}]);

0 commit comments

Comments
 (0)