From: Jay Freeman (saurik) Date: Thu, 16 Oct 2008 21:25:59 +0000 (+0000) Subject: Secure text entry. X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/8ec16864a241c5d858a56f700b72038c3e177dd7 Secure text entry. --- diff --git a/Cydia.mm b/Cydia.mm index ddfe6aa4..38f72d16 100644 --- a/Cydia.mm +++ b/Cydia.mm @@ -5052,6 +5052,7 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { UITextInputTraits *traits([password textInputTraits]); [traits setAutocapitalizationType:0]; [traits setAutocorrectionType:1]; + [traits setSecureTextEntry:YES]; } [sheet popupAlertAnimated:YES];