diff --git a/containers/backupchecks/src/templates/documentation/users/login-authentication.html b/containers/backupchecks/src/templates/documentation/users/login-authentication.html index 820502d..a421292 100644 --- a/containers/backupchecks/src/templates/documentation/users/login-authentication.html +++ b/containers/backupchecks/src/templates/documentation/users/login-authentication.html @@ -23,10 +23,16 @@
  • You will be automatically redirected to the login page if not authenticated
  • Enter your username in the username field
  • Enter your password in the password field
  • +
  • Complete the captcha by solving the simple math problem (e.g., "3 + 5 = ?")
  • Click the Login button
  • -

    If your credentials are correct, you will be redirected to the dashboard.

    +

    If your credentials are correct and the captcha is solved, you will be redirected to the dashboard.

    + +
    + 📝 Future Change:
    + The captcha requirement is planned to become optional via a system setting. Since BackupChecks is typically deployed in restricted local environments, the captcha may be disabled to streamline the login process. +

    First Login

    @@ -147,12 +153,17 @@

    Browser Security

    +
    + 💡 Deployment Context:
    + BackupChecks is typically deployed in restricted internal environments (accessed via IP address). For external access via a public domain, HTTPS should be configured using a reverse proxy or certificate. +
    +
    ⚠️ Security Alert:
    If you suspect unauthorized access to your account, contact your administrator immediately to reset your password and review audit logs. @@ -199,36 +210,41 @@ Browser Minimum Version - Recommended + Status - Google Chrome - 90+ - Latest stable + Mozilla Firefox + 88+ + Recommended - Most tested - Mozilla Firefox - 88+ - Latest stable + Google Chrome + 90+ + Supported Microsoft Edge 90+ - Latest stable + Supported Safari 14+ - Latest stable + Supported -
    - 💡 Note:
    - Internet Explorer is not supported. Please use a modern browser for the best experience. +
    + 💡 Best Experience:
    + Mozilla Firefox is the most thoroughly tested browser for BackupChecks and provides the best experience. While other modern browsers are supported, Firefox is recommended for optimal compatibility. +
    + +
    + ⚠️ Not Supported:
    + Internet Explorer is not supported. Please use a modern browser (Firefox recommended).

    Next Steps