Originally from the User Slack
@ishaan: Hi everyone ,we are currently working with Scylla and have a question about managing user accounts. After creating another superuser in Scylla, is it considered a best practice to drop the default Cassandra user, or should we keep it and simply downgrade it to a non-superuser role and revoke all permissions?
I’m trying to understand the implications and best practices around this decision. Any insights or recommendations would be greatly appreciated.
@Greg_Day: yes it’s best practice to drop the default user https://opensource.docs.scylladb.com/stable/operating-scylla/security/create-superuser.html
Creating a Custom Superuser | ScyllaDB Docs
@ishaan: thanks