简体   繁体   中英

How to create a user without password in couchbase?

In early version, couchbase has a default user which has no password. I can use php memcache api to acces couchbase.

Now couchbase has no default user. When I create a user, must input a password. My old code can not run with it. I know php-couchbase-api can work with password. There are too many code, I do not want to change them.

Is there anyway to create a user without password?

You haven't said anything about why your old code "can't run with it".

I should think, though, that it would be trivial to use some canonical password, for all users...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM