mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #552] Optimize the display content of Windows Hello window #2365
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#2365
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 @sparrowhe on GitHub (Nov 5, 2023).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/552
Originally assigned to: @VShawn on GitHub.
When "Windows credentials verification is required to view passwors" is enabled, Windows Hello window will pop up when checking password. However applications calling for verification are not displayed correctly, it just "a application", and it may cause misunderstanding
Goal: Display "1Remote needs to verify your identity" instead of "a application needs ..."
Screenshot:
I tried to find the solution but I failed. This is a possible exprience improvement.
@VShawn commented on GitHub (Nov 5, 2023):
sounds reasonable
we can custom the message by using
UserConsentVerifier.RequestVerificationAsync.I need to go and check if this api works with
fingerprint identificationandfacial recognitionFYI: I tested follow https://learn.microsoft.com/en-us/uwp/api/windows.security.credentials.ui.userconsentverifier?view=winrt-22621
and it didn't response anything.