Is there a way to remove password need at login

I have my custom Authplugin implemented at login (system.login.console), and I want to remove password requirement validation/authentication from system.login.console authorization right. Do you see any functionality loss in completely removing password need at login. And is there any reference which can help me here to acheive this?

Answered by DTS Engineer in 826349022

There’s no way to completely eliminate passwords for system.login.console because the system uses the account’s password to unlock the login keychain.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

There’s no way to completely eliminate passwords for system.login.console because the system uses the account’s password to unlock the login keychain.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Is there a way to remove password need at login
 
 
Q