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 adminPassword,
|
||||||
String userName,
|
String userName,
|
||||||
String password,
|
String password,
|
||||||
String email,
|
String role)
|
||||||
String role,
|
|
||||||
String firstName,
|
|
||||||
String lastName)
|
|
||||||
{
|
{
|
||||||
if (!userService.userExists(adminUser, adminPassword, userName))
|
if (!userService.userExists(adminUser, adminPassword, userName))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user