mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
remove the parameters not used in the method createUserAndAssignToRole
This commit is contained in:
@@ -195,10 +195,7 @@ public class RMRolesAndActionsAPI extends BaseAPI
|
||||
String adminPassword,
|
||||
String userName,
|
||||
String password,
|
||||
String email,
|
||||
String role,
|
||||
String firstName,
|
||||
String lastName)
|
||||
String role)
|
||||
{
|
||||
if (!userService.userExists(adminUser, adminPassword, userName))
|
||||
{
|
||||
|
Reference in New Issue
Block a user