I am trying to create a new 'admingroup' user (employee) by cloning an existing admin group user in HMC. After providing a new ID and name and password I am getting an error from OOTB hybris interceptor.
[de.hybris.platform.servicelayer.user.interceptors.ModifySystemUsersInterceptor@31c698cc]:Admin password must NOT be empty!
But an encoded password has been provided so not sure why this is occurring. Also noticed that it seems that the cloning feature works fine for any other user group but for 'admingroup' it is not. I am wanting a password to be required as well so I have set property 'admin.password.required' = true.
Can this be fixed? Or should I override the interceptor...just seems that this should work properly.