[PR #3068] [MERGED] Set taborder for TOTP Verification #6123

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

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/3068
Author: @raccettura
Created: 11/21/2021
Status: Merged
Merged: 11/22/2021
Merged by: @ssddanbrown

Base: masterHead: patch-1


📝 Commits (2)

  • 0d740ca Set taborder for TOTP Verification
  • 37db51a Update verify-totp.blade.php

📊 Changes

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

View changed files

📝 resources/views/mfa/parts/verify-totp.blade.php (+2 -1)

📄 Description

Adding tabindex=0 means when pressing tab the focus goes right to the TOTP input field. When using a Password Manager this makes it easier than having to hit tab 3X to get the right focus.


🔄 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/3068 **Author:** [@raccettura](https://github.com/raccettura) **Created:** 11/21/2021 **Status:** ✅ Merged **Merged:** 11/22/2021 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (2) - [`0d740ca`](https://github.com/BookStackApp/BookStack/commit/0d740ca681b7aee42a794d7595f65d2d9f85b3be) Set taborder for TOTP Verification - [`37db51a`](https://github.com/BookStackApp/BookStack/commit/37db51a62761f4afc80932da5841257e51015f97) Update verify-totp.blade.php ### 📊 Changes **1 file changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `resources/views/mfa/parts/verify-totp.blade.php` (+2 -1) </details> ### 📄 Description Adding tabindex=0 means when pressing tab the focus goes right to the TOTP input field. When using a Password Manager this makes it easier than having to hit tab 3X to get the right focus. --- <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:25:02 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#6123