mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 05:26:04 +03:00
[GH-ISSUE #956] Centralized Credential Manager #2697
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#2697
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kuromiru on GitHub (Jul 10, 2025).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/956
Originally assigned to: @VShawn on GitHub.
Please consider adding a Credential Manager module.
The idea is to define credentials (e.g., user: XYZ, password: 1234) in one place, and then reference them across multiple connections (e.g., rdp1, rdp2, rdp3). When the password changes (e.g., 1234 → 5678), it should be updated once in the Credential Manager, and all associated connections will automatically use the new credentials — no need to update each connection individually.
This would greatly simplify password management and reduce maintenance overhead in environments with multiple endpoints using shared credentials.
@VShawn commented on GitHub (Jul 12, 2025):
close because #948