How do I change/reset the password in a Membase (formerly known as NorthScale) memcached instance?

link|improve this question

73% accept rate
feedback

1 Answer

up vote 2 down vote accepted

Found it:

curl -u Administrator:currentPassword -i -d port=8091 -d secureServer= -d username=Administrator -d password=newPassword http://localhost:8091/settings/web
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.