How do I manually add a user name and password to a wanted saved account

Ok you know how your mac will ask u  if you want this password saved, and then you save , how do u manually save passwords/user names.  In prefrence?

If you are not online, you are not communicating with anybody. Any router connection you can access will put you online, the system does not care which particular router is used or where it is.

Similar Messages

  • To download Contribute, how do I find SFTP number, user name and password?

    To download Contribute, am asked for a SFTP number, user name and password.  How do I find those?
    Am using a Mac Mini.

    I had been using an earlier version of Contribute, but when I upgraded to a Mac Mini, it no longer worked.   Then I got a new version on a trial basis.   When I tried to load to go full time with it a couple of days ago, I was asked for the SFTP number, user name and password.   I am trying to download and use on my Mac Mini in my home office.
    I just don't know what the SFTP number is or where I'd find it.   I'm an uninformed, non-technical computer user.
    Bob Vereen

  • How to call CallbackHandler to input user name and password?

    Hello,
    I am new to CallbackHandlers. I wrote a small Swing application. I want this Swing application to display a login page so that user can enter user name and password, and then provide this to my CallbackHandler class.
    Here is what I did in my Swing main method
        public static void main(String[] args) {
            try {           
                LoginContext lc = new LoginContext("Login",
                        new MyCallbackHandler());
                lc.login();
                UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
                new TestCVTApplication();
    ..Here is what I did in my CallbackHandler
    public class MyCallbackHandler implements javax.security.auth.callback.CallbackHandler {
        private String username;
        private String password;
        public MyCallbackHandler() {
        public void handle(Callback[] callbacks) throws java.io.IOException, UnsupportedCallbackException {       
            for (int i = 0; i < callbacks.length; i++) {
                if(callbacks[i] instanceof NameCallback){
                    NameCallback ncb = (NameCallback)callbacks;
    ncb.setName(username);
    if(callbacks[i] instanceof PasswordCallback){
    PasswordCallback pcb = (PasswordCallback)callbacks[i];
    pcb.setPassword(password.toCharArray());
    Would you let me know what I am missing?
    Thanks,
    Mustafa                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    The code you posted never assigns values to the private username and password fields of the MyCallbackHandler class. So when its handle method is invoked it simply assigns nulls to the values in the callback objects.
    Or is there code elsewhere you did not show? Are you certain that your callback is invoked at all?
    - Tim

  • When I enter my user name and password for my e-mail account, the page won't open

    My e-mail account page won't open after I enter my user name and password on the log-in page. I have vcrified with Suddenlink that my user name and password are correct.

    Thanks Peter.
    Partial success in that I have been able to get mails onto the iPad  - however....
    Progress from a previous 'rumage' on problem discussions.    I have succeded in setting up the iPad so that it receives emails from the sky address under 'MAIL' on the iPad.    However trying to open in the 'usual' way   -  safari - then sky  -  then email  -  enter user name and password  -  I get the same result  -  it just returns to the log in menu for sky email with user name and password blank. 
    I had a previous problem with the sky mail ceasing to show recent mails, frozen in time on the iPad.   Somehow by trying some reset instructions I was able to 'unlock' the iPad and all was OK until it 'froze' again.    This time I clearly screwed up attempts to unlock, resulting in not being able to access email accounts via the Sky site !!

  • How to suffix user name and password remote pc in shutdown /s command

    Hi,
    We can shutdown a remote pc  using " shutdown /s /m \\ipaddress " command, only if password of remote pc is stored in windows credential  manager.
    But how to  add user name and password when i execute the command for example : when we map a share folder on our pc we use below command with  user name and password
    "net use * \\ipaddress\share password /user:username "
    can we give user name and password of remote pc  while we give shutdown command to turn off  a remote pc (without adding user name and password to windows credentials).
    Thanks in advance..........

    Hello Jayanth kundar,
    Based on my test, I can use the command shutdown /s /m \\10.157.21.77 to shutdown the remote computer when the have the same username and password.
    Do you mean that you want to add user name and password when you want to shutdown the remote computer?
    I can't find a user name and password in Windows Credential Manager, please share us a screenshot.
    Best regards,
    Fangzhou CHEN
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Safari 3.2.1 User Names and Password Retention

    Despite having checked the box in autofill to save user names and passwords, Safari no longer asks me whether I want to save them in the keychain. Also, I wonder if there is a different kind of glitch, as my screen for that window (under edit) does not show anything except remove and *remove all* and done. It has nothing for me to add user names and passwords if I wanted to do so manually. How can I convince Safari to memorize these user names and passwords? I've saved them for months, but all of a sudden they seem to have decided to take a long vacation.

    Do you suggest the one about Safari Forms Autofill or some other one?
    Leave the Safari Forms alone. Instead, delete any specific keychain entry relative to a web site with which you are having a problem. To facilitate the search, use the Spotlight Panel within the Keychain Access app. by typing in part or all of the related site name. When the entry appears, simply click on it, then press the delete key.
    Regarding your comment about Safari's Auto-Fill, not sure what would automatically deselect this function within Safari. Might be a corrupt Safari preference file. To create a new file, go to the Finder: Your User Account>Library>Preferences folder. There, move the com.apple.safari.plist file to the trash, then restart Safari. You'll need to reestablish any custom settings in System Preferences, plus in Safari's View Menu.
    Post back

  • Bypass user name and password prompt for sqlplus on Windows

    Hi folks,
    I had oracle 10g installed on my Windows XP SP2 system and everytime I use sqlplus, it prompts for user name and password. Some folks wrote some Unix shell scripts which invokes "sqlplus" without giving it user name and password, and these scripts are running fine on Solaris. So I would like to make these script to work on my Windows box as well. But obviously, it asks me user name and password every time. Since it is a shell script, sqlplus << EOT .... EOT will fail right away with : Fatal NI connect error 12560, blah blah blah...
    So my question is how to make sqlplus bypass the user name and password questions.
    Thanks,

    No sqlplus /nolog does not connect you to the database, you still need to connect to the database.
    c:\sql>sqlplus /nolog
    SQL*Plus: Release 10.2.0.2.0 - Production on Wed Feb 21 15:19:16 2007
    Copyright (c) 1982, 2005, Oracle.  All Rights Reserved.
    idle> select * from dual;
    SP2-0640: Not connected
    idle> connect test/test
    Connected.
    test@ORCL> select * from dual;
    D
    X
    Elapsed: 00:00:00.01
    test@ORCL>

  • JNDI  user name and password

    Case 1, for a NON-JNDI based database connection:
    Connection conn = DriverManager.getConnection(url, "username", "password");
    Case 2, for a JNDI based database connection:
    Context context = new InitialContext();
    DataSource dataSource = (DataSource) context.lookup("java:comp/env/jdbc/test");
    Connection conn = dataSource.getConnection();
    Notice that for NON-JNDI based database connection, the username and password are specified. But for the
    JNDI based database connection, there is no username and password specified. How come? If I want to specify the username and password for JNDI based connection, how can I do it?
    Thanks
    Scott

    scottjsn wrote:
    Though your example shows using a jndi file, you user name is actually hard coded.There's no such thing as a "jndi file". The username is not hard coded because that's not code, it's a configuration file.
    I believe my original question is how to use JNDI with the user name and password.The username and password are always the same. You have one set of those for the database, for all the users in your application. The only situation where that might differ is for example a testing server or development server having a different username and password.
    They would have their own configuration files then.
    The user name and password can be dynamically retireved and set for each authorized user on the fly.Authorization is a different beast. This (your code) is about getting database connections through a DataSource object.

  • PL/SQL Function to check user name and password

    Hi,
    I am new to PL/SQL. I have a table that stores user name and password. I want to write a PL/SQL function that checks if the entered user name and password is correct, by validation against the values in the table... Can someone help me with the code? Both user name and password is varchar2

    First of all, I believe you mean a procedure that would check the application username and password. Fot, if you mean a PL/SQL procedure, that runs in the database, and that means it has to be executed after the client application is connected to the database.
    Maybe you need a procedure like this:
    procedure check_pass(p_user varchar2, p_pass varchar2) is
    pragma autonomous_transaction;
    v_passwd varchar2(200);
    begin
    select passwd into v_passwd
    from password_table
    where user_name=p_user;
    if v_passwd!=p_pass then
    update password_table set
    last_unsucc_logon=sysdate
    ,unsucc_logon_n=nvl(unsucc_logon_n,0)+1
    where user_name=p_user;
    commit;
    raise_application_error(-20101,'Invalid username/password!');
    end if;
    exception
    when no_data_found then
    raise_application_error(-20101,'Invalid username/password!');
    end;
    Study this piece of code and see if this will do.

  • HT204053 I did not know my kids had set up an Itunes account for me with one user name and password.  then i got an i phone and set it up with a different email address and new password.  how can i get my accounts to merge so i can have all of my music on

    I did not know my kids had set up an Itunes account for me with one user name and password.  then i got an i phone and set it up with a different email address and new password.  how can i get my accounts to merge so i can have all of my music on my iphone

    Quote: "You cannot merge two or more Apple IDs into a single one. You can, however, use one Apple ID for iCloud services and another Apple ID for store purchases (including iTunes in the Cloud and iTunes Match). See “Using one Apple ID for iCloud and a different Apple ID for Store Purchases” above for details." See also Apple ID & iCloud FAQ: http://support.apple.com/kb/HT4895?viewlocale=en_US&locale=en_US
    You can set up your iCloud account on your iOS device under: "Settings > iCloud" and a other account for store purchases under "Settings > iTunes & App Stores". Unfortunately merging accounts is not possible but you could transfer all of your music manually via iTunes from your Mac or PC.

  • How do I connect to Net Flix? I put in my user name and password which work fine with my iMac but not on my Apple TV?

    How do I connect to Net Flix? I put in my user name and password which work fine with my iMac but not on my Apple TV?

    Can you give me a screenshot of the User Accounts window in Control Panel?
    Please create a screenshot by following the guide mentioned at [[How do I create a screenshot of my problem?]].
    Once you've done this, attach the saved screenshot file to your forum post by clicking the '''Browse...''' button below the ''Post your reply'' box. You really help us to visualize the problem.

  • Firefox will not save my user name and password for one of my sites. How can I fix this problem. It is getting annoying having to reenter every time I check this site. Is there a solution.

    I had my user name and password saved for my library site. My grandson hit something and now the saved user name and password are gone. It asks me every time to enter it and it is getting annoying. How do I fix this. I want Firefox to remember these codes.

    You can create a bookmark with the JavaScript code via a right-click on the "Remember Password" link on the squarefree.com website and choose "Bookmark This Link" and select the "Bookmarks Toolbar" as the destination folder for easy access.
    * https://www.squarefree.com/bookmarklets/forms.html#remember_password
    You need to use the "Remember Password" bookmarklet before or after filling the name and password field on the website with the <u>login form</u>, but before submitting the login form by clicking a button on the web page.
    If the site is using autocomplete="off" then you see a number not equal to 0 (i.e. attributes were removed) in the pop-up alert from the bookmarklet and Firefox should offer to remember the name and password via a drop down dialog of the key icon that will appear on the location bar (Firefox 4+) or via an info bar at the top (Firefox 3).

  • HT1386 How do I create one Apple ID and iTunes user name and password for all of my Apple products: iPad, iPhone, and iPod plus iTunes on my PC?

    How do I create one Apple ID and iTunes user name and password for all of my Apple products: iPad, iPhone, and iPod plus iTunes on my PC?

    Yes, I do have multiple devices and it appeared to me that every time I tried to sync or log onto iTunes, the password was incorrect.  Consequently, I was and am constantly changing it.  Wouldn't it be nice if Apple would simply say that you only need one Apple ID and one password regardless of the number of Apple devices you intend to sync via iTunes. 
    Barring the above, how about a way to merge all of the Apple IDs and passwords into one.

  • How to read the data from a file in another computer with user name and password login

    How to read read the data from a file in anohter computer which need to login with user name and password?

    duplicate post:  http://forums.ni.com/t5/LabVIEW/log-on-the-other-computer-with-user-name-and-password/m-p/2061478
    duplicate post:  http://forums.ni.com/t5/LabVIEW/do-need-to-enter-the-user-name-and-password-when-TCP-ip/m-p/2061612
    duplicate post   http://forums.ni.com/t5/LabVIEW/log-on-the-other-computer-with-user-name-and-password/m-p/2060682

  • My moms computer died we are putting the old drive into the new computer as a slave drive. how do I transfer all the bookmarks, user names and passwords from the old drive to the new drive?

    <blockquote>Locking duplicate thread.<br>
    Please continue here: [[/questions/889318]]</blockquote>
    Hello,
    Sorry if this posted twice I am NEW. I thought I could just go back to what I typed and add to it. Mom had a computer it died they are putting in the old drive on the new computer as a slave. What are the steps I need to do to transfer ALL the bookmarks, user names and passwords onto the new computer. We will have 3 desktops do we have to do the same steps on each desktop? I do not want to re enter all the user names and passwords on the new hard drive. Old computer was Windows XP the new computer is Windows 7 Kathryn Schwartz

    Duplicate - https://support.mozilla.com/en-US/questions/889318

Maybe you are looking for

  • Error while pushing idocs from SAP to XI

    Dear All, For doing ALE configurations for pushing IDOC's from SAP to XI, I am following the following blog posted on SDN: /people/swaroopa.vishwanath/blog/2007/01/22/ale-configuration-for-pushing-idocs-from-sap-to-xi I am able to create the  model v

  • Flash runtimr save as pdf or psd or ai

    hi, I am building a new flash application where te client can make is own t0shirt with print on it, the client goes around a wizzard and step by step buolding his own t-shirt. The t-shirt must have a print on it (like a company logo or so. I know how

  • Time out in preselection criteria

    Hi We are facing a time out issue when we try to select a filter in the preselection criteria for infoObject       0EMPLOYEE__0COMP_CODE For example, we execute a query and the preselection screen appears. We stand up in the Depl Company Code  (0EMPL

  • Video time stamp

    Anyone know if it's possible to put a time stamp when recording video with the iPhone 4? I'd like to be able to see the date and time of when the video was recorded, sort of the same way as on a regular camcorder. Thanks!!

  • Updates icon not showing

    The number of updates appeared on my iTunes icon but no icons were displayed when I go into the update menu to update them. Some of my apps were also missing on my screen.