Login and password invalid url redirection

I want to add a custom so redirect the login and the password is not valid.

System pages > Secure area access denied

Add custom content or enter javascript to redirect

Nicole - BCGurus.com

Tags: Business Catalyst

Similar Questions

  • java.lang.Exception: ORA-01017: name of user and password invalid. connection refused - wait_bottlenecks

    Hello

    I have been using OEM for the monitoring of the database. Recently, I've seen more error on screen

    java.lang.Exception: ORA-01017: name of user and password invalid. connection refused - wait_bottlenecks

    So I reset password with the same value to reopen. I still get this error.


    When I try to sign in with the same password in sqlplus, I get same error also.


    SQL > alter user DBSNMP identified by the values '-';

    Modified user.

    SQL > connect DBSNMP.

    ERROR:

    ORA-01017: name of user and password invalid. connection refused


    I don't know why I'm not able to login with the same password I used to change the statement.


    Thanks for the help in advance.

    Let's not your syntax.

    When you say 'identified by values' you tell Oracle 'this is not the password, but it is a salted and hashed password.

    Do not use 'values '.

    Technically,-is not a password valid, so I'll use it valid to demonstrate:

    In 12.1.0.2, it will not allow you to use '-' because this isn't a valid hash value, so I can't prove that it works, but you get the idea

    SQL> grant create session to foo;                     
    
    Grant succeeded.                                     
    
    SQL> conn foo/aaa$
    Connected.
    SQL> conn / as sysdba
    Connected.
    SQL> drop user foo cascade;                           
    
    User dropped.                                         
    
    SQL> create user foo identified by values 'aaa$';
    create user foo identified by values 'aaa$'
    *
    ERROR at line 1:
    ORA-02153: invalid VALUES password string             
    
    SQL> create user foo identified by aaa$;             
    
    User created.                                         
    
    SQL> alter user foo identified by values 'aaa$';
    alter user foo identified by values 'aaa$'
    *
    ERROR at line 1:
    ORA-02153: invalid VALUES password string             
    
    SQL> alter user foo identified by values '---';
    alter user foo identified by values '---'
    *
    ERROR at line 1:
    ORA-02153: invalid VALUES password string
    
  • ERROR: ORA-01017: name of user and password invalid. connection refused

    Hi all

    I need your help.

    I have installed Oracle Audit Vault Server Release 10.2.3.2 in agent collection and Linux system in Windows system. Adding and start collecting DBAUD went fine however adding AGAIN collector back return errors when executing command avorcldb add_collector as follows

    [oracle@avsrv ~] $

    [oracle@avsrv ~] $ avorcldb add_collector - SrcName orcl nom_agent - avagent01 - colltype REDO - av Lugaopc:1521:orcl

    collector REDO_Collector for orcl source already exists

    the initialization of the REDO Collector

    ERROR: could not get by using jdbc connection AV source user:oracle:oci:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=Lugaopc)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=orcl)))

    ERROR: ORA-01017: name of user and password invalid. connection refused

    [oracle@avsrv ~] $

    Here are the contents of the avorcldb.log file

    09/09/13 16:58:44 [INFO] command add_collector treatment

    09/09/13 16:58:44 [INFO] treatment arg - FromName = orcl

    09/09/13 16:58:44 [INFO] treatment arg - nom_agent = avagent01

    09/09/13 16:58:44 [INFO] treatment arg - colltype = REDO

    09/09/13 16:58:44 [INFO] treatment arg - av = Lugaopc:1521:orcl

    09/09/13 16:58:44 [INFO] connect information: Lugaopc:1521:orcl

    09/09/13 16:58:45 [INFO] connecting administration AV got using jdbc:oracle:oci:@AVDB

    09/09/13 16:58:45 [INFO] execution SQL like [ADM@AV] select s.host |': ' | A1.num_value |': ' | avsys.av A2.char_value $attrvalue a1, a2 avsys.av$ attrvalue, avsys.av$ s source, avsys.av$ attrdef ad1, ad2 avsys.av$ attrdef where source_name =: 1 and a1.inst_id = s.source_id and a2.inst_id = s.source_id and a1.attr_id = ad1.attr_id and ad1.attr_name = 'PORT' and a2.attr_id = ad2.attr_id and ad2.attr_name = 'DB_SERVICE. '

    09/09/13 16:58:45 [INFO] using bind value orcl

    09/09/13 16:58:45 [INFO] Return value = Lugaopc:1521:orcl

    09/09/13 16:58:45 [INFO] connect information: Lugaopc:1521:orcl

    09/09/13 16:58:45 [INFO] execution SQL like [ADM@AV] select to_char (source_id) in the avsys.av$ source where source_name =: 1

    09/09/13 16:58:45 [INFO] using bind value orcl

    09/09/13 16:58:45 [INFO] return value = 1

    09/09/13 16:58:46 [INFO] got the source user connection using jdbc:oracle:oci:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=Lugaopc)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=orcl)))

    09/09/13 16:58:46 [INFO] executing SQL in [ADM@AV] select decode (c.status, 1, 'active', 0, 'fallen', null) of avsys.av$ collector c, avsys.av$ s source where source_name =: 1 and collector_name =: 2 and c.source_id = s.source_id

    09/09/13 16:58:46 [INFO] using bind value orcl

    09/09/13 16:58:46 [INFO] bind Using REDO_Collector value

    09/09/13 16:58:46 [INFO] Return value = active

    09/09/13 16:58:46 [MESG] collector REDO_Collector for orcl source already exists

    09/09/13 16:58:46 [INFO] executing SQL in [ADM@AV] select decode (c.status, 1, 'active', 0, 'fallen', null) of avsys.av$ collector c, avsys.av$ s source where source_name =: 1 and collector_name =: 2 and c.source_id = s.source_id

    09/09/13 16:58:46 [INFO] using bind value orcl

    09/09/13 16:58:46 [INFO] bind Using REDO_Collector value

    09/09/13 16:58:46 [INFO] Return value = active

    09/09/13 16:58:46 [MESG] initialization REDO Collector

    09/09/13 16:58:46 [INFO] execution SQL like [ADM@AV] select the username of avsys.av$ source where source_name =: 1

    09/09/13 16:58:46 [INFO] using bind value orcl

    09/09/13 16:58:46 [INFO] Return value = AVSRCUSR1

    09/09/13 16:58:46 [INFO] as [ADM@AV] SQL execution {? = call avsys.dbms_audit_vault.reset_source_user (?)}

    09/09/13 16:58:46 [INFO] adding user password mask

    09/09/13 16:58:46 [INFO] execution SQL like [USR@SRC] select table_name from user_tables where upper (table_name) = upper(:1)

    09/09/13 16:58:46 [INFO] bind Using STREAMS_HEARTBEAT value

    09/09/13 16:58:46 [INFO] Return value = STREAMS_HEARTBEAT

    09/09/13 16:58:46 [INFO] execution as [USR@SRC] SQL drop table streams_heartbeat

    09/09/13 16:58:46 [INFO] execution as [USR@SRC] SQL create table streams_heartbeat (src_dbname varchar2 (4000), job_number number, heartbeat_time timestamp)

    09/09/13 16:58:46 [INFO] execution SQL like [USR@SRC] declare dbs_name varchar2 (4000); start selecting rename in dbs_name from global_name; insert into streams_heartbeat values (dbs_name, 0, SYSTIMESTAMP); end;

    09/09/13 16:58:46 [INFO] SQL execution as [USR@SRC] create or replace procedure update_heartbeat IS start update streams_heartbeat set heartbeat_time = (select systimestamp from double); commit; end;

    09/09/13 16:58:46 [INFO] execution SQL like [USR@SRC] select table_name from user_tables where upper (table_name) = upper(:1)

    09/09/13 16:58:46 [INFO] bind Using CAPTURE_RULES value

    09/09/13 16:58:46 [INFO] Return value = CAPTURE_RULES

    09/09/13 16:58:46 [INFO] execution as [USR@SRC] SQL drop table capture_rules

    09/09/13 16:58:46 [INFO] execution as [USR@SRC] SQL create table capture_rules (nom_regle varchar2 (50), rule_scope varchar2 (6), rule_type VARCHAR2 (3), obj_name varchar2 (100))

    09/09/13 16:58:46 [INFO] execution SQL like [ADM@AV] select Rename global_name

    09/09/13 16:58:46 [INFO] Return value is AVDB. AVSRV

    09/09/13 16:58:46 [INFO] execution SQL like [USR@SRC] select db_link in user_db_links where db_link =: 1

    09/09/13 16:58:46 [INFO] Using AVDB bind value. AVSRV

    09/09/13 16:58:46 [INFO] Return value is AVDB. AVSRV

    09/09/13 16:58:46 [INFO] the Execute SQL as database link [USR@SRC] drop "AVDB. AVSRV ".

    09/09/13 16:58:46 [INFO] execution SQL like [USR@SRC] select the version of v$ instance

    09/09/13 16:58:46 [INFO] Return value = 11.2.0.1.0

    09/09/13 16:58:46 [INFO] creating DB link using AVDB. AVSRV, AVSRCUSR1, {avsrcusr_pwd}, Lugaopc, 1521, orcl

    09/09/13 16:58:46 [INFO] login as srcuser_ora01 to @(DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=Lugaopc) (PORT = 1521)) (CONNECT_DATA = (SERVICE_NAME = orcl)))

    09/09/13 16:58:46 [INFO] output of SQLPlus

    09/09/13 16:58:46 [INFO]

    09/09/13 16:58:46 [INFO] Package created.

    09/09/13 16:58:46 [INFO]

    09/09/13 16:58:46 [INFO] no error.

    09/09/13 16:58:47 [INFO]

    09/09/13 16:58:47 [INFO] package body created.

    09/09/13 16:58:47 [INFO]

    09/09/13 16:58:47 [INFO] no error.

    09/09/13 16:58:47 [INFO]

    09/09/13 16:58:47 [INFO] Package created.

    09/09/13 16:58:47 [INFO]

    09/09/13 16:58:47 [INFO] no error.

    09/09/13 16:58:47 [INFO]

    09/09/13 16:58:47 [INFO] package body created.

    09/09/13 16:58:47 [INFO]

    09/09/13 16:58:47 [INFO] no error.

    09/09/13 16:58:47 [INFO] execution SQL like [USR@SRC] select distinct name of user_errors, whose name =: 1

    09/09/13 16:58:47 [INFO] bind Using DBMS_SRC_STREAMS_COLLECTOR value

    09/09/13 16:58:47 [INFO] Return value = null

    09/09/13 16:58:47 [ERROR] could not get by using jdbc connection AV source user:oracle:oci:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=Lugaopc)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=orcl)))

    09/09/13 16:58:47 [ERROR] ORA-01017: name of user and password invalid. connection refused

    java.sql.SQLException: ORA-01017: name of user and password invalid. connection refused

    at oracle.jdbc.driver.T2CConnection.checkError(T2CConnection.java:765)

    at oracle.jdbc.driver.T2CConnection.logon(T2CConnection.java:414)

    to oracle.jdbc.driver.PhysicalConnection. < init > (PhysicalConnection.java:546)

    to oracle.jdbc.driver.T2CConnection. < init > (T2CConnection.java:162)

    at oracle.jdbc.driver.T2CDriverExtension.getConnection(T2CDriverExtension.java:53)

    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:521)

    at java.sql.DriverManager.getConnection(DriverManager.java:525)

    at java.sql.DriverManager.getConnection(DriverManager.java:140)

    to oracle.av.avca.jdbc.JdbcConnection. < init > (JdbcConnection.java:87)

    at oracle.av.orcldb.DAO.initConnection(DAO.java:79)

    to oracle.av.orcldb.DAO. < init > (DAO.java:64)

    at oracle.av.orcldb.commands.AddCollector.setupCollector(AddCollector.java:746)

    at oracle.av.orcldb.commands.AddCollector.execute(AddCollector.java:230)

    at oracle.av.orcldb.Command.process(Command.java:89)

    at oracle.av.orcldb.Main.process(Main.java:118)

    at oracle.av.orcldb.Main.main(Main.java:132)

    I searched the forum at my best level without clear solution

    Concerning

    Sadik

    avorcldb add_collector - REDO SrcName orcl nom_agent - avagent01 - colltype - av Lugaopc:1521:orcl

    Specify the connection string to the Vault check server not in the source database



  • name of user and password invalid... Oracle for VC connection (VirtualCenter does not start)

    Hello:

    I had to change my password for my Oracle DB and now I can't start Vritual Center.  The newspaper said:

    ODBC error: (28000) - [ODBC] [Ora] ORA-01017: name of user and password invalid. connection refused

    Can you get it someone please let me know where I should change its name to username/password?  I use the ODBC for Oracle driver and if I click "test connection" and put manually correct (new) password login will be successful... However, I don't know where I should put for VC service...

    Thank you

    Olegarr

    I found this KB, http://kb.vmware.com/kb/1003928 , it might be useful?

  • WorkflowCA: [SYS] ORA-01017: name of user and password invalid. connection refused

    Hello

    Please help me, I'm getting below error when I set up the wizard of Configuration Workflow 2.6.4.0.0 - Linux


    Workflow Configuration Assistant 2.6.4.0.0 - Linux
    WFCA version: WorkflowCA.java 26.106 29/06/2005-04:33
    WorkflowCA:
    WorkflowCA: Configuration of current workflow...
    WorkflowCA: Kills Feb 16 21:08:57 GMT + 05:30 2010
    WorkflowCA:
    WorkflowCA: Screen-1024, height-768 screen width-
    WorkflowCA:
    WorkflowCA: Graphical User Interface Mode
    WorkflowCA:
    WorkflowCA:
    WorkflowCA: Start to test the connection, which takes less than 3 minutes.
    WorkflowCA:
    WorkflowCA: Test for SYS account login
    WorkflowCA: [SYS] ORA-01017: name of user and password invalid. connection refused

    WorkflowCA: Unable to connect to jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=abc.d.com)(PORT=1521))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=PROD)))
    java.lang.Exception: invalid connection
    at oracle.apps.fnd.wf.install.db.WorkflowCA.createJDBCConnection(WorkflowCA.java:4806)
    at oracle.apps.fnd.wf.install.db.WorkflowCA.createSYSConnection(WorkflowCA.java:4902)
    at oracle.apps.fnd.wf.install.db.WorkflowCA.schemaCreation(WorkflowCA.java:1039)
    at oracle.apps.fnd.wf.install.db.WfFrame.actionPerformed(WfFrame.java:2051)
    at oracle.ewt.button.PushButton.processActionEvent (unknown Source)
    at oracle.ewt.lwAWT.LWButton.processActionEvent (unknown Source)
    at oracle.ewt.button.PushButton.processEventImpl (unknown Source)
    at oracle.ewt.lwAWT.LWComponent.redispatchEvent (unknown Source)
    at oracle.ewt.lwAWT.LWComponent.processEvent (unknown Source)
    at oracle.ewt.button.PushButton.activate (unknown Source)
    at oracle.ewt.lwAWT.AbstractButton.processMouseReleased (unknown Source)
    at oracle.ewt.lwAWT.AbstractButton.processMouseEvent (unknown Source)
    at java.awt.Component.processEvent(Component.java:5266)
    at java.awt.Container.processEvent(Container.java:1966)
    at oracle.ewt.lwAWT.LWComponent.processEventImpl (unknown Source)
    at oracle.ewt.button.PushButton.processEventImpl (unknown Source)
    at oracle.ewt.lwAWT.LWComponent.redispatchEvent (unknown Source)
    at oracle.ewt.lwAWT.LWComponent.processEvent (unknown Source)
    at java.awt.Component.dispatchEventImpl(Component.java:3968)
    at java.awt.Container.dispatchEventImpl(Container.java:2024)
    at java.awt.Component.dispatchEvent(Component.java:3803)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
    at java.awt.Container.dispatchEventImpl(Container.java:2010)
    at java.awt.Window.dispatchEventImpl(Window.java:1778)
    at java.awt.Component.dispatchEvent(Component.java:3803)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    WorkflowCA: Kills Feb 16 21:09:19 GMT + 05:30 2010
    WorkflowCA: java.lang.Exception: invalid connection (0)
    WorkflowCA: end...

    The respect of
    Rerry

    Hello

    OH, / as sysdba dba using password file

    How to check is there any file password and where?

    already mentioned in document valid

    $ls - ltr $ORACLE_HOME/dbs/orpw *.

    After the release

    Please check and come back.

    Concerning

  • What is your dialog window trying to capture my login and password?

    Hi, I'm a new dialogue window when I use Firefox to access my yahoo email account. I've never had the box ask for my login and password. It was only to give me the opportunity to click on the words "Save password." Is this a new Mozilla dialog box that displays your login details and password? Thank you

    Hello

    This is a feature in Firefox called Firefox Password Manager. It securely stores your usernames and passwords for the sites that you visit to facilitate the re enter this information at a later date.

    You can learn more about this feature in this article.

    I hope that this helps, but if you have other questions, please come back here and we will do our best to respond.

  • Designjet t520: designjet t520 default login and password for web server

    Hello!

    Which is the default login and password for the web server and how to reset the password?

    Hello

    As mention Rashed, there is no password to the factory.

    Try a Restore Factory Settings.

    If this does not work, go to the Help Menu and do a Soft Reset. (Don't do the hard reset).

    For access to the support menu press on and hold the power button for 15 seconds, or at the home screen tap home, back, home, home.

    Concerning

    Mike

  • Remembering the login and password... When the patch will be applied?

    Problem:
    -very often mozilla firefox is not recal login and password but 'checkbox' is checked for recall.

    Severity:
    -boring

    -> Press and hold ALT, or press F10 to display the Menu bar

    -> go to Menu help-> select "restart with disabled modules.

    Firefox closes, then it will open with Firefox comes from base. Now follow these steps:

    -> Update ALL your plugins Firefox https://www.mozilla.com/en-US/plugincheck/

    -> go to Menu view-> toolbars-> select menu bar and toolbar Navigation--> deselection adverse of all toolbars

    -> go Menu Tools-> clear recent history-> range of time: select all ITEMS -> click details (small arrow)-> place checkmark on Cache -> click on "clear now".

    -> go to the Tools Menu-> Options-> content-> place the check on:

    Images of care 1) block popups 2) automatically) 3 turn on JavaScript

    -> go to the Tools Menu-> Options-> privacy-> History section-> Firefox will: select "Use the custom settings for history"-> REMOVE checkmark 'Permanent Private Browsing Mode'-> place CHECKMARKS on:

    1 remember my browsing history 2) Remember download history 3) remember Search History 4) accept Cookies from sites-> select the "Exceptions" button... '-> click 'Remove all Sites' at the bottom of the window "Exception - Cookies".

      4a) Accept Third-party Cookies -> under "Keep Until" select "They Expire"
    

    -> REMOVE check MARK to CLEAR the HISTORY, the CLOSING of FIREFOX

    -> go to the Tools Menu-> Options-> Security-> place the check on:

    ((1) Warn me when sites try to install modules) 2 block reported attack sites block 3) declared false web 4) remember passwords for sites

    -> Click OK in the Options window

    -> click on the favorite icon (small drop down menu icon) on Firefox SearchBar (its position is on the right side of the address bar)-> click on "Manage search engines"-> select all unwanted search engine and click on delete-> click OK

    -> go to the Tools Menu-> Modules-> Extensions-> section REMOVE all unwanted/Suspicious Extensions (Add-ons)-> restart Firefox

    You can activate your known & modules trustworthy thereafter. Check and tell if its working.

  • Default login and password do not work

    Hello

    I forgot my wifi password which I am trying to reset now. But I am unable to connect to http://routerlogin.net by using the default login and password admin and password.

    Any advice?

    Thank you!

    push reset button until the power led blinks... use the default values on the label of the router

    http://www.downloads.NETGEAR.com/files/GDC/WGR614V6/wgr614v6_ref_man_20Apr05.PDF

    Reading 7 - 7

  • Login and password of the windows Server2008 trial

    Recently, I downloaded Windows Server 2008 R2 with the first version of service pack 1.

    Never happened to me the famous 3 messages with resources to guide me, I ask you what login and password should I use to access inside the trial version because I tried with login and passwords are the most common, and nobody working.

    Thank you very much

    Support is located in the Windows Server Forums:
    http://social.technet.Microsoft.com/forums/en-us/category/WindowsServer/

  • Remember login and password reset computer

    How do you get the remember login and password which has been retained to reset?

    Debhutch wrote:

    How do you get the remember login and password which has been retained to reset?

    Hello

    Keep the very secret but use something very special. How many passwords you should learn? How do you keep your password when you have 5 e-mail accounts, a dozen laptop computers to connect to an another dozen applications you have to opening session to use, internet banking, credit cards... more, 41 systems that require that you must change password every 4 weeks and cannot be re-used within 13 months.

    Well, save them in one place and use a MASTER password to open the safe. Please try:

    http://www.PCMag.com/Article2/0, 2817,2407168,00.asp

    Kind regards.

  • Recently, when I try to retrieve my e-mail with windows mail, he asks me my login and password. I do not remember to be! How can I reset both?

    Recently, when I try to retrieve my e-mail with windows mail, he asks me my login and password. I do not remember to be!  How can I reset both?

    Hello

    Contact your ISP (Internet Service Provider) if they provided you with your e-mail account

  • Try to put in place a new account but login and password do not work

    I am trying to set up a new account, but he said that the login and password do not work.  I use verizon as a server. I can go to their website and view mail, but not in windows mail.

    Account: 'incoming.yahoo.verizon.net', server: 'incoming.verizon.net', Protocol: POP3, server response: '-ERR [AUTH] Authentication failed', Port: 110, secure (SSL): no, Server error: 0x800CCC90, error number: 0x800CCC92

    Make sure that your settings are all correct.  The settings here: http://help.yahoo.com/l/us/verizon/mail/yahoomail/pop/pop-08.html are for Outlook Express, but they will be the same for Windows Mail. Brian Tillman [MVP-Outlook]

  • Cannot set Cisco SX20 - SIP Login and password

    Hello

    I have a problem that I can not set up login and password on the SIP profile 1 config page. Whenever I set up and refresh page, login and password is missing and diagnostics show error "401 Unathorized" which register to SIP Proxy (VCS).

    Software version 6.3.

    No idea how it install without factory reset?

    EDIT: I found that if I turn off the SIP protocol, set username and password, it is there. But as soon as I activate SIP back, username and password is missing.

    Thank you

    Hi Tibor,

    This is due to CSCuj48259. If you go into your system and your configuration mode set to OFF, it will solve the problem.

    This defect has not yet been solved, however she is addressed in a future release. I have

    f you run TC 6.2 or higher, you will have this problem if you have your configuration set to auto mode and auto-discovery of a fine return of provisioning succeeds but supplys a blank user name and password for your system. Also, if it is set to auto and DHCP option 150 is configured on this network, he will attempt to provision with CUCM which would clear these fields.

  • whenever I have to connect to the virtual machine asks me to enter login and password I can't save the credentials

    Hi, I used Windows Virtual PC XP mode for awhile and I just do a fresh install, and I'm having a problem that I seem not to be able to solve.

    After you enable the integration features, I got to the Windows Security login screen. I typed in the login and the password, but I accidentally made a mistake and could not connect. I clicked on cancel and was then in the XP login screen, where I entered then the right login and password and it me connected to the virtual machine XP without problem.

    Now, the problem I have is every time I connect to computer virtual it asks me the login and the password on the login screen of XP and I don't have the option to connect using the login Windows Security screen, so it do not give me an option to save my password and login information. So, to make things worse is that moment every time I have to resize the virtual pc it then asks me to log in again.

    Is it possible to return me to the Windows security login screen where can I put my login instead of the XP login screen when it is not an option?

    Hi Richard,

    The question you posted would be better suited in the TechNet Forums. I would recommend posting your query in the TechNet Forums.

    TechNet Forum

    http://social.technet.Microsoft.com/forums/en-us/w7itpronetworking/threads

     

    Hope this information helps.

Maybe you are looking for