[PR #990] [CLOSED] OWASP Recommendation for input password #5751

Closed
opened 2026-02-05 10:16:07 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/990
Author: @sebastienhouzet
Created: 8/28/2018
Status: Closed

Base: masterHead: patch-1


📝 Commits (1)

  • f70941c OWASP Recommendation for input password

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 resources/views/form/password.blade.php (+2 -2)

📄 Description

I propose to add autocomplete="off" on input password.
It is recommended by OWASP to increase security.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BookStackApp/BookStack/pull/990 **Author:** [@sebastienhouzet](https://github.com/sebastienhouzet) **Created:** 8/28/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`f70941c`](https://github.com/BookStackApp/BookStack/commit/f70941c85a2f32834eeda1e6401ae39134fceb81) OWASP Recommendation for input password ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `resources/views/form/password.blade.php` (+2 -2) </details> ### 📄 Description I propose to add autocomplete="off" on input password. It is recommended by OWASP to increase security. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 10:16:07 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5751