[PR #4900] [MERGED] Display default password even if there isn't a default username #5343

Closed
opened 2025-11-20 07:05:31 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/4900
Author: @0risc
Created: 6/1/2025
Status: Merged
Merged: 6/2/2025
Merged by: @MickLesk

Base: mainHead: default-cred


📝 Commits (1)

  • ea35519 Display default password even if there isn't a default username

📊 Changes

1 file changed (+12 additions, -9 deletions)

View changed files

📝 frontend/src/app/scripts/_components/ScriptItems/DefaultPassword.tsx (+12 -9)

📄 Description

✍️ Description

Display the default credentials even if there is only a username or a password, rather than requiring both. This fixes the display of the Deluge install script.

Before:
image

After:
image

N/A

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

🛠️ Type of Change (X in brackets)

  • 🐞 Bug fix – Resolves an issue without breaking functionality.
  • New feature – Adds new, non-breaking functionality.
  • 💥 Breaking change – Alters existing functionality in a way that may require updates.
  • 🆕 New script – A fully functional and tested script or script set.
  • 🌍 Website update – Changes to website-related JSON files or metadata.
  • 🔧 Refactoring / Code Cleanup – Improves readability or maintainability without changing functionality.
  • 📝 Documentation update – Changes to README, AppName.md, CONTRIBUTING.md, or other docs.

🔄 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/community-scripts/ProxmoxVE/pull/4900 **Author:** [@0risc](https://github.com/0risc) **Created:** 6/1/2025 **Status:** ✅ Merged **Merged:** 6/2/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `default-cred` --- ### 📝 Commits (1) - [`ea35519`](https://github.com/community-scripts/ProxmoxVE/commit/ea35519bb5d1b7ab6e97e7f2c6583ca81591f8aa) Display default password even if there isn't a default username ### 📊 Changes **1 file changed** (+12 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/app/scripts/_components/ScriptItems/DefaultPassword.tsx` (+12 -9) </details> ### 📄 Description ## ✍️ Description Display the default credentials even if there is only a username *or* a password, rather than requiring both. This fixes the display of the Deluge install script. Before: <img width="1511" alt="image" src="https://github.com/user-attachments/assets/360b967a-7429-4f93-8b60-86a208b7ed54" /> After: <img width="1512" alt="image" src="https://github.com/user-attachments/assets/1675d38c-e4f9-4db8-a5fd-ad918b14d50d" /> ## 🔗 Related PR / Issue N/A ## ✅ Prerequisites (**X** in brackets) - [x] **Self-review completed** – Code follows project standards. - [x] **Tested thoroughly** – Changes work as expected. - [x] **No security risks** – No hardcoded secrets, unnecessary privilege escalations, or permission issues. --- ## 🛠️ Type of Change (**X** in brackets) - [x] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [ ] ✨ **New feature** – Adds new, non-breaking functionality. - [ ] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. - [ ] 🆕 **New script** – A fully functional and tested script or script set. - [ ] 🌍 **Website update** – Changes to website-related JSON files or metadata. - [ ] 🔧 **Refactoring / Code Cleanup** – Improves readability or maintainability without changing functionality. - [ ] 📝 **Documentation update** – Changes to `README`, `AppName.md`, `CONTRIBUTING.md`, or other docs. --- <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 07:05:31 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#5343