index.html 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>ArOZ Online Bootloader</title>
  5. <style>
  6. .container{
  7. margin-left:4em;
  8. margin-right: 4em;
  9. }
  10. .divider{
  11. border-bottom: 1px solid #d9d9d9;
  12. width: 100%;
  13. margin-top:12px;
  14. margin-bottom:12px;
  15. }
  16. </style>
  17. </head>
  18. <body>
  19. <br>
  20. <div class="container">
  21. <h1>Hi there! It seems you have screwed up your system really badly. </h1>
  22. <p>You are seeing this error because you try to do the followings</p>
  23. <ul>
  24. <li>Reinstalling ArozOS on the same host with the same IP address and session key</li>
  25. <li>Trying to copy the ArozOS files to the new image without reinstalling the system</li>
  26. <li>The browser cached the old login session key and ask the new server to login with the old key</li>
  27. </ul>
  28. <p>And hence, the bootloader blocked your access to the main system due to security reasons.</p>
  29. <div class="divider"></div>
  30. <p>In any case, this can be easily solved by pressing the Logout link below and re-login again.</p>
  31. <p>Press the link below to logout, after seeing "OK", get back to the login page and login again.</p>
  32. 1. <a href="./system/auth/logout" target="_blank">Logout API Link</a>
  33. <br><br>
  34. 2. <a href="./login.system">Back to Login Page</a>
  35. <br><br>
  36. If the above instruction still unable to resolve your issue, find me on <a href="https://github.com/tobychui/arozos" target="_blank">https://github.com/tobychui/arozos</a>
  37. <div class="divider"></div>
  38. ArozOS Cloud Operating System, Developed by tobychui since 2016.<br>
  39. </div>
  40. </body>
  41. </html>