}
// If the e-mail was missing, remove it
if (emailE==null) {
newEmail = null;
}
auth.updateUser(cred,alias,newName,newEmail);
}
if (password!=null) {
if (!auth.setPassword(cred,alias,password)) {
getResponse().setStatus(Status.CLIENT_ERROR_NOT_FOUND);
return null;