The Tugboat preview should not allow logging in to the backend
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3571413. --> Reported by: [phenaproxima](https://www.drupal.org/user/205645) Related to !55 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Byte has a public Tugboat preview. Currently it's unsecured because you can log in with admin / admin and do <em>whatever</em> you want.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Being a site template, the point of having a Tugboat preview at all is to allow prospective end users to get a sense of the look and feel of the frontend. They have no business poking around in the backend.</p> <p>So, as part of the preview build steps, call <code>drush user:cancel --yes --uid=1 --reassign-content</code> to delete user 1 outright. This will completely prevent any logging in to the preview.</p>
issue