Skip to content

Commit

Permalink
KCBC-157 Promote UserManager.changePassword() to committed API
Browse files Browse the repository at this point in the history
Change-Id: Ie2bfdad6f212c1b09b492c08557d558e7ba02bc8
Reviewed-on: https://review.couchbase.org/c/couchbase-jvm-clients/+/206820
Tested-by: David Nault <david.nault@couchbase.com>
Reviewed-by: David Nault <david.nault@couchbase.com>
  • Loading branch information
dnault committed Mar 6, 2024
1 parent a6bcc0a commit 3f63644
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -28,7 +28,6 @@ import com.couchbase.client.core.error.UserNotFoundException
import com.couchbase.client.core.json.Mapper
import com.couchbase.client.kotlin.Cluster
import com.couchbase.client.kotlin.CommonOptions
import com.couchbase.client.kotlin.annotations.UncommittedCouchbaseApi
import com.couchbase.client.kotlin.http.CouchbaseHttpClient
import com.couchbase.client.kotlin.http.CouchbaseHttpResponse
import com.couchbase.client.kotlin.http.HttpBody
Expand Down Expand Up @@ -238,7 +237,6 @@ public class UserManager(
* unless [Cluster.connect] was given a [PasswordAuthenticator] that dynamically
* supplies the new password (see [PasswordAuthenticator.builder]).
*/
@UncommittedCouchbaseApi
public suspend fun changePassword(
newPassword: String,
common: CommonOptions = CommonOptions.Default,
Expand Down

0 comments on commit 3f63644

Please sign in to comment.