Home | History | Annotate | Download | only in Panels

Lines Matching refs:password

156             message = [NSString stringWithFormat:UI_STRING_INTERNAL("The user name or password you entered for the %@ proxy server %@ was incorrect. Make sure you?re entering them correctly, and then try again.",
161 message = [NSString stringWithFormat:UI_STRING_INTERNAL("The user name or password you entered for area ?%@? on %@ was incorrect. Make sure you?re entering them correctly, and then try again.",
164 message = [NSString stringWithFormat:UI_STRING_INTERNAL("The user name or password you entered for this area on %@ was incorrect. Make sure you?re entering them correctly, and then try again.",
203 // Use this scary-sounding phrase only when using basic auth with non-https servers. In this case the password
206 UI_STRING_INTERNAL("Your password will be sent unencrypted.",
212 [panel setInitialFirstResponder:password];
215 [password setStringValue:@""];
229 credential = [[NSURLCredential alloc] initWithUser:[username stringValue] password:[password stringValue] persistence:([remember state] == NSOnState) ? NSURLCredentialPersistencePermanent : NSURLCredentialPersistenceForSession];
258 credential = [[NSURLCredential alloc] initWithUser:[username stringValue] password:[password stringValue] persistence:([remember state] == NSOnState) ? NSURLCredentialPersistencePermanent : NSURLCredentialPersistenceForSession];