[PR #46] [MERGED] fix(password): improve password complexity validation and error handling #56

Closed
opened 2025-11-20 04:14:27 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bigbeartechworld/big-bear-scripts/pull/46
Author: @dragonfire1119
Created: 6/18/2025
Status: Merged
Merged: 6/18/2025
Merged by: @dragonfire1119

Base: masterHead: fix-password-complexity-validation


📝 Commits (1)

  • c3ed632 fix(password): improve password complexity validation and error handling

📊 Changes

1 file changed (+27 additions, -3 deletions)

View changed files

📝 reset-portainer-password/run.sh (+27 -3)

📄 Description

  • Refine password validation to separately check length and character requirements for better clarity
  • Add detailed error messages showing password length and value on failure
  • Implement automatic Portainer restart attempts on validation failure to maintain service availability

🔄 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/bigbeartechworld/big-bear-scripts/pull/46 **Author:** [@dragonfire1119](https://github.com/dragonfire1119) **Created:** 6/18/2025 **Status:** ✅ Merged **Merged:** 6/18/2025 **Merged by:** [@dragonfire1119](https://github.com/dragonfire1119) **Base:** `master` ← **Head:** `fix-password-complexity-validation` --- ### 📝 Commits (1) - [`c3ed632`](https://github.com/bigbeartechworld/big-bear-scripts/commit/c3ed632099e44d4e875783d7adced6b2903bb2f6) fix(password): improve password complexity validation and error handling ### 📊 Changes **1 file changed** (+27 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `reset-portainer-password/run.sh` (+27 -3) </details> ### 📄 Description - Refine password validation to separately check length and character requirements for better clarity - Add detailed error messages showing password length and value on failure - Implement automatic Portainer restart attempts on validation failure to maintain service availability --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 04:14:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/big-bear-scripts#56