Raphael 'kena' Poss (knz) commented: Re: [SQL Playground](https://cockroachlabs.com/docs//v20.2/sql-playground.html) ## Issue Description The playground uses a regular cluster but then uses the `root` user to log in. This is not best practice (#1342 ) ## Suggested Resolution Use `cockroach demo` or pre-create a non-root user (possibly with `admin` role) for the playground session. Jira Issue: DOC-959