Web console rejects password
I was having some issues with my cache today, when I went to log into the web console I got denied. After checking, double checking my password and even using this command below to retrieve it... I still was unable to access it.
./erl -noinput -eval 'case file:read_file("/opt/membase/var/lib/membase/config/config.dat") of {ok, B} -> io:format("~p~n", [binary_to_term(B)]) end.' -run init stop | grep creds
It returned the same password I was trying. I was able to use the user/pass combo in that return to execute cli stuff, but anything web does not work (not any of the nodes).
In any case... what can I do?
CLI works, yes. The password had worked up until we were getting errors retrieving keys (currently using it as a session store). The password is alphanumeric. I attempted to change the password, but got the same result as the bug reported http://www.couchbase.org/issues/browse/MB-3133?page=com.atlassian.stream...
It had a very similar return (that I can recall), however the password did not change.
Do you by chance have any complex characters in your password? We have seen some issues here, but usually with client libraries.
Does the membase CLI work with your username/password? If so, perhaps we can change it through there.