sudo-touchid icon indicating copy to clipboard operation
sudo-touchid copied to clipboard

"Using password" button does not work

Open Leask opened this issue 9 years ago • 3 comments

as title.

Leask avatar Mar 01 '17 12:03 Leask

@Leask Until there is a patch (I have zero XCode experience otherwise I'd love to help) I have been using this in the meantime:

~/.zshrc

alias touchid:off='mv /usr/local/bin/sudo /usr/local/bin/_sudo'
alias touchid:on='mv /usr/local/bin/_sudo /usr/local/bin/sudo'

ghost avatar Mar 30 '17 20:03 ghost

@mpash Thanks!

Leask avatar Apr 01 '17 04:04 Leask

#15 fixes this, as mentioned in #16.

serverwentdown avatar Jun 13 '17 15:06 serverwentdown