From 8ec16864a241c5d858a56f700b72038c3e177dd7 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Thu, 16 Oct 2008 21:25:59 +0000 Subject: [PATCH] Secure text entry. --- Cydia.mm | 1 + 1 file changed, 1 insertion(+) 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]; -- 2.47.2