Closed tburgin closed 8 years ago
What are your thoughts on exposing the password length?
[self.currentPassword setStringValue:inPassword];
We could alternatively store the password in a @property
and just fill in the GUI with junk.
[self.currentPassword setStringValue:@"************"];
https://github.com/google/macops/issues/46