2

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

Mauricio Scheffer
  • 831
  • 2
  • 10
  • 23

1 Answers1

2

Found it:

curl -u Administrator:currentPassword -i -d port=8091 -d secureServer= -d username=Administrator -d password=newPassword http://localhost:8091/settings/web
Mauricio Scheffer
  • 831
  • 2
  • 10
  • 23