mirror of
https://github.com/akruhler/AccountManagement.git
synced 2026-04-25 16:45:58 +03:00
[GH-ISSUE #4] Specify hint when changing password #3
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AccountManagement#3
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 @Anton-V-K on GitHub (Apr 16, 2022).
Original GitHub issue: https://github.com/akruhler/AccountManagement/issues/4
Is your feature request related to a problem? Please describe.

Cannot specify password hint when changing/setting password for a user - thera is no such input in the dialog:
Describe the solution you'd like
An extra input in the Set password wher a hint can be specified.
Describe alternatives you've considered

Windows system allows a user to specify a hint when he/she is changing own password:
@akruhler commented on GitHub (Jul 2, 2022):
Thanks for your request! The password hint unfortunately appears not to be a property accessible through the API which is used in the application to access the users and groups on the system. So whilst this would certainly be a useful feature to implement, it would require manipulation of the SAM database, which is not desired in the context of this application.