Merge pull request #553 from sameeragunarathne/release-2.0.x

fixed user password reset failure issue in iot console
revert-70aa11f8
Malintha 8 years ago committed by GitHub
commit 537a466884

@ -72,7 +72,7 @@ import javax.ws.rs.core.Response;
"Further, this is strictly restricted to admin users only ")
public interface UserManagementAdminService {
@PUT
@POST
@Path("/{username}/credentials")
@ApiOperation(
consumes = MediaType.APPLICATION_JSON,

Loading…
Cancel
Save