Was this page helpful?
Caution
You're viewing documentation for an unstable version of ScyllaDB Open Source. Switch to the latest stable version.
This procedure describes what to do when a user loses his password and can not reset it with a superuser role. The procedure requires cluster downtime and as a result, all auth data is deleted.
sudo systemctl stop scylla-server
role
prefix from /var/lib/scylla/data/system
directory.rm -rf /var/lib/scylla/data/system/role*
sudo systemctl start scylla-server
cqlsh
command.cqlsh -u cassandra -p cassandra
Was this page helpful?