Ask the Community
Groups
How do I disable auto login? - Connect IT Community | Kaseya
<main> <article class="userContent"> <h2 data-id="summary"><strong>SUMMARY</strong></h2> <p>How do I disable the automatic login to the Unitrends Rapid Recovery Console?</p> <h2 data-id="issue"><strong>ISSUE</strong></h2> <p></p> <h3 data-id="purpose">Purpose</h3> <p>This article discusses how to disable the “auto-login” feature.</p> <h3 data-id="description">Description</h3> <p>If you do not change the system-provided default root user password, the User Interface will automatically log you in when you load it in your browser. <u>If you change your password, you will not automatically be logged in</u>. If you log out of the UI but maintain your browser session, you will not automatically be logged in again until you close and re-open your browser.</p> <p><b>Click <a rel="nofollow" href="/home/leaving?allowTrusted=1&target=http%3A%2F%2Fguides.unitrends.com%2Fdocuments%2Frs-ueb-admin-guide%2F%23satori%2Fappliance_settings.htm%23Change_your_UI_password">here</a> to change your root UI password</b><br><br>For more details, see <a rel="nofollow" href="/home/leaving?allowTrusted=1&target=http%3A%2F%2Fwww.unitrends.com%2Fdocuments%2Flegacy-rs-ueb-admin-guide%2Fdefault.htm%23cshid%3D1049">About root password configuration</a> in the <i>Unitrends Administrator's Guide</i>.</p> <p> </p> <p><span style="color: #FF0000;"><b>*** <i>Caution</i>: For advanced users only. ***</b></span></p> <p><span style="color: #FF0000;"><b>*** May cause un-repairable damage! ***</b></span></p> <p>Alternatively, the default password can be kept with the auto-login feature disabled. This can be done by changing the a file on the Unitrends system from which you are loading the UI. Please be careful when making a change to any file on the server and follow these instructions; if this file is syntactically invalid you will not be able to load the UI. In this example, we’ll save a copy of the file we’re modifying, index.php to a saved copy as a precaution.</p> <blockquote class="blockquote"> <p><span style="font-size: small; font-family: courier;">cd /var/www/html/recoveryconsole</span></p> <p><span style="font-size: small; font-family: courier;">cp index.php index.save.php</span></p> <p><span style="font-size: small; font-family: courier;">sed s/autologin=yes/autologin=no/ index.save.php > index.php</span></p> </blockquote> <p>Once this change is made and you close and re-open the browser and re-load the UI, you will no longer be automatically logged in.</p> </article> </main>