In the Manage User Properties section of the User Profile Service Application I can create custom properties in the user's profile. But how can I set values for it using the SharePoint UI?
I don't want to allow the users to change these values but allow administrators to set their values for any user.
I know I can do it programmatically (with or without the /_vti_bin/UserProfileService.asmx web service) but is it possible to do it in the UI? If yes, where is this page?