#!/bin/bash

read -sp "Password: " password
echo
curl -k -X PUT https://localhost:8443/um/webpass -H "Content-Type: application/xml" -d "$password"
