Sherlock

Results 1 issues of Sherlock

I start by updating user's password in UI ![image](https://cloud.githubusercontent.com/assets/265059/13239058/99f28cbc-d9a5-11e5-95b7-ada365949330.png) This results in Http Put request to following URL [https://localhost:44340/idm/api/users/ab879063-a184-495b-a99b-4a85e8c96144/properties/cGFzc3dvcmQ] It then goes to `await this.idmService.SetUserPropertyAsync(subject, type, value)` and to `SetUserProperty(metadata.UserMetadata.UpdateProperties,...

bug