mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[GH-ISSUE #326] Password Recovery not working with Internet Explorer on Windows 8+ #155
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#155
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 @Mrnikbobjeff on GitHub (Aug 13, 2015).
Original GitHub issue: https://github.com/quasar/Quasar/issues/326
In Windows 8 the default saving mechanism for Internet Explorer Passwords changed from the registry entry to the new Password Vault. Because this mechanism is only present in Windows 8 + , one would have to add a function which checks if the OS is Win8 or newer and then executes the adequate retrieval function. A link to the Password Vault technology from Microsoft: https://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh465069.aspx