GUACAMOLE-220: Document context of skeleton user creation.

This commit is contained in:
Michael Jumper
2018-05-03 23:32:07 -07:00
parent f5f516d82a
commit 7ba9c32a07

View File

@@ -305,6 +305,7 @@ angular.module('manage').controller('manageUserController', ['$scope', '$injecto
if (cloneSourceUsername)
return loadClonedUser($scope.dataSource, cloneSourceUsername);
// If we are creating a new user, populate skeleton user data
return loadSkeletonUser();
};