You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mobile-c...@googlegroups.com
I think my initial question about PUT/POST for updating a user's password on sync gateway is held in moderation. But I have found the solution already - do a GET to get the user document, change the required attributes (e.g. password), and PUT the whole user document back works perfectly.