mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
fixed user password reset failure issue in iot console
This commit is contained in:
parent
1f5448c2a0
commit
1bec5e5186
@ -72,7 +72,7 @@ import javax.ws.rs.core.Response;
|
|||||||
"Further, this is strictly restricted to admin users only ")
|
"Further, this is strictly restricted to admin users only ")
|
||||||
public interface UserManagementAdminService {
|
public interface UserManagementAdminService {
|
||||||
|
|
||||||
@PUT
|
@POST
|
||||||
@Path("/{username}/credentials")
|
@Path("/{username}/credentials")
|
||||||
@ApiOperation(
|
@ApiOperation(
|
||||||
consumes = MediaType.APPLICATION_JSON,
|
consumes = MediaType.APPLICATION_JSON,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user