mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #847] Incorrect Password Prompt Title #3602
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#3602
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 @maluht on GitHub (Feb 3, 2025).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/847
Originally assigned to: @VShawn on GitHub.
Hi,
If you enable the "Ask for password when opening a connection" feature, a window is displayed when connecting to the service. Currently, the password popup window is named "_1RM.View.Editor.PasswordPopupDialogViewModel."
It would be great if this could be changed to something more user-friendly, such as "1RM Password Popup - [Protocol] Name."
This change would also make it easier to use password managers like KeePass to auto-type the password.
Best regards
Mads
@endic-sam928281 commented on GitHub (Feb 3, 2025):
Hello, we tried to solve the issue.
This is what we did:
Modified the PasswordPopupDialogView and PasswordPopupDialogViewModel to display a more user-friendly title for the password popup window. The new title format is '1RM Password Popup - [Protocol] Name'.
You can review changes in this commit:
github.com/endic-sam928281/1Remote-1Remote-847@2b4cf52180.Latta AI seeks to solve problems in open source projects as part of its mission to support developers around the world. Learn more about our mission at https://latta.ai/ourmission . If you no longer want Latta AI to attempt solving issues on your repository, you can block this account.
@VShawn commented on GitHub (Feb 8, 2025):
thanks for the report i'll check the pop name
_1rm.view.editor.passwordpopupdialogviewmodelP.S. the AI guy did not write the correct code LOL
@maluht commented on GitHub (Feb 9, 2025):
Great, thanks VShawn.