autoLoginForAdmin.html 2.2 KB

1234567891011121314151617181920212223242526272829303132
  1. <html>
  2. <head>
  3. <meta charset="UTF-8">
  4. <meta name="viewport" content="width=device-width, initial-scale=1.0 user-scalable=no">
  5. <link rel="stylesheet" href="../../../script/semantic/semantic.min.css">
  6. <script type="text/javascript" src="../../../script/jquery.min.js"></script>
  7. <script type="text/javascript" src="../../../script/semantic/semantic.min.js"></script>
  8. <title>Auto Login for Administrator</title>
  9. </head>
  10. <body>
  11. <br><br>
  12. <div class="ui text container">
  13. <h2 class="ui header">
  14. <i class="info circle icon"></i>
  15. <div class="content">
  16. Auto Login Mode for Administrator
  17. </div>
  18. </h2>
  19. <div class="ui divider"></div>
  20. <h4>What is Auto Login Mode?</h4>
  21. <p>Auto Login mode is an alternative authentication method designed for bots and machines that is designed for automate processes. It is called the "Auto Login Mode" is because of its main purposes is designed for Auto Logins and other simple logic bot programs that launch into Interface Modules.</p>
  22. <div class="ui divider"></div>
  23. <h4>Why administrator account(s) is not suitable for Auto Login Mode?</h4>
  24. <p>Auto Login mode provides a lower security protection than other login methods due to the token generated can be easily misplaced or disclosed by URL parameters and network request headers. If you enable Auto Login mode on your administrator account, hackers might be able to access your system using the Auto Login mode token and damage to the data stored on the system or even cause hardware damage. </p>
  25. <h4>What is the correct way to configure Auto Login Mode account?</h4>
  26. <p>The correct way to configure Auto Login mode account is to create a <mark>READONLY, NON ADMINISTRATOR</mark> account without any module permission except the interface module and file system module (if your interface module require reading / writing to the arozos virtual file system). </p>
  27. <div class="ui divider"></div>
  28. Last Updates: 16 Oct 2020
  29. <br><br><br>
  30. </div>
  31. </body>
  32. </html>