account setup uses an inviteToken now
This commit is contained in:
@@ -84,7 +84,7 @@ app.controller('SetupAccountController', ['$scope', '$translate', '$http', funct
|
||||
$scope.error = null;
|
||||
|
||||
var data = {
|
||||
resetToken: search.resetToken,
|
||||
inviteToken: search.inviteToken,
|
||||
password: $scope.password
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user