如何确定用户是否在 Mac 上设置了密码?
我需要确定用户是否在 Mac 上设置了非空密码。任何东西都可以:命令行调用、AppleScript、Carbon、Cocoa 等。
我想通知用户他们是否设置了密码。
I need to determine if a user has a non-empty password set on Mac. Anything will work: a command line call, AppleScript, Carbon, Cocoa, etc.
I want to inform the user whether or not they have a password set.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我找到了我的问题的答案。不管怎样,谢谢。
I've found the answer to my question. Thanks anyway.
如果您执行的操作需要任何用户输入密码,那么您应该允许他们有机会验证该密码,即使密码为空,然后在他们决定不允许该操作时相应地处理该行为。
If you are performing an action that would require any user to enter a password, then you should allow them the opportunity to verify that password even if it is empty, and then handle the behavior if they decide not to allow that action accordingly.