timwis / enviar

Chat interface for SMS / text messages
37 stars 6 forks source link

Client-side change password doesn't work with cloudant #89

Closed timwis closed 7 years ago

timwis commented 7 years ago

May be incompatibility with pouchdb-authentication

timwis commented 7 years ago

It appears to be because the _users db is protected by cloudant's authentication system by default. Perhaps disabling it like we do for the enviar db would do the trick, but are there any other implications of that?