Hide user name / password and server Name in URl

hello and hi all,
me using oracle database 9i and form 6i with application server 9i
when me run my form at web me see
http://hrtest/dev60cgi/ifcgi60.exe?form=login_form.fmx&width=1000&height=700&userid=*user/password@sid*
me want to hide that url
any body can help me
Mahr haider iqbal

hi Mahr
first of all I want to say something and I wish you will not get angry
Navnit Punj was just trying to help you not to waste your time
we are here to help each other
hand in hand
no colors - no languages - no religions
just respect
you need help today
you may give help tomorrow
that is why communities
that is why we are here
if you don't like any answer just skip it
once again I wish you don't get angry
technically speaking about your problem
you have two choices
*1-you can use on-logon trigger* at the form level and write your connection in it's code using the logon  procedure like that
logon('username','Password@service')
logon('SCOTT','TIGER@S1')
you don't need to do that in all modules
it is enugh to do that with the first running form module
*2-you can configure formsweb.cfg* file by modifying the parameter of userid like that
USERID=USERNAME/PASSWORD@SERVICE
USERID=SCOTT/TIGER@S1
again I wish you are not angry but I wish also Navnit Punj is not angry now
Thank you
Alsayed Alesawey
Egypt
Edited by: Alsayed Alesawey on Jul 14, 2009 4:06 PM
Edited by: Alsayed Alesawey on Jul 14, 2009 7:34 PM

Similar Messages

  • When am trying to download acrobot standard its prompting with user login password and its not getting downloaded.

    Hi
    When am trying to download acrobot standard its prompting with user login password and its not getting downloaded.

    When you (or someone) first switched on your computer, you (or someone) had to choose a password. This protects your computer, and you need it to install most software or change the system. We can't help you if you forget it, sorry.

  • How can I hide the password and user name in url???

    Hi experts,
    I'm creating a login page and know I have a problem.
    The Username and password are verified in a Java class, after checking the user and password, the user should be linked to the portal.
    So far everything has worked well.
    But when I call the lin like this
    res.sendRedirect ("/ irj / portal j_user =" + UserN + "& j_password =" + passw);
    then the user name and Pwasswort appears in the url.
    Can someone tell me how can I hide the password and user name???
    It will be very helpful.
    Thank you
    Edited by: Cilvaring on Aug 5, 2011 12:00 PM

    If there is no specific reason that you have to use sendredirect...thne you can try request.forward.....
    RequestDispatcher rd = request.getRequestDispatcher("pathToResource");
      rd.forward(request, response);

  • HT201320 hello I have been trying to set up my mail from my computer on my new phone and it keeps saying its the wrong user or password and I had it on my previous phone I had 4s and now i switched to 5s

    I have been trying to set up my mail on my new phone and keeps telling me its the wrong password and user name

    Hello alize246,
    Thank you for using Apple Support Communities.
    For more information, take a look at:
    iOS: Troubleshooting Mail
    http://support.apple.com/kb/ts3899
    Log in to your email provider's website to ensure that the account is active and the password is correct.
    Restart your iOS device.
    Delete the affected email account from your device.
    Tap Settings > Mail, Contacts, Calendars.
    Choose the affected email account, then tap Delete Account.
    Add your account again.
    Have a nice day,
    Mario

  • Hide "Users Shared Drive" and "Network Icon" on the Finder

    Is there a way to Hide the Blue Highlighted Icons or Make it invisible on Finder. Thanks for the help...

    Finder -> Preferences -> General -> Show these items on the desktop and uncheck the 'Connected Servers' option.
    Alternatively, if you want to leave other servers showing, you can manually mount the volume at any other point, bypassing the /Volumes directory:
    mount smb://server/sharename /some/other/mount
    This should mount the share at the path /some/other/mount rather than at the default /Volumes/sharename

  • Difference between PDF user's password and PDF owner's password?

    What is the difference between PDF user's and owner's passwords? When creating a document, which one to use?

    The user password, if set, is what you need to provide in order to open a PDF. Acrobat/Reader will prompt a user to enter the user password. If it's not correct, the document will not open.
    The owner password, if set, controls permissions, such as printing, editing, extracting, commenting, etc. Acrobat/Reader will disallow these things based on the permission settings. Acrobat will require this password if you want to set/change permissions.

  • Question on how to Hide the User Name, Password, and Domain fields in the MDT Wizard

    MDT 2012 U1
    Deploying Windows 7 via Offline Media (ISO) to MS Virtual PC's
    I am looking on how to Hide the User Name, Password, and Domain fields which are prepopulated in the MDT wizard via the CS.ini (Not so concerned about the Domain field as I am User Name and Password)
    We do need the Computer Name and OU fields to be seen, so skipping the wizard is not a option
    The client just does not want these fields to be seen by the end users, they dont want them to even know the account name used for adding the machine to the domain, of course the password is not displayed but it must not be displayed either.
    But since we use the fields they must still  be fuctional just not seen.
    Thanks.....
    If this post is helpful please click "Mark for answer", thanks! Kind regards

    You shouldn't have to edit DeployWiz_Definition_ENU.xml. You should only need to add "SkipAdminPassword=YES" to the CS.ini file and your authentication information.
    Example:
    [Settings]
    Priority=Default
    Properties=MyCustomProperty
    [Default]
    OSInstall=Y
    SkipCapture=NO
    SkipAdminPassword=YES
    UserID=<MyUserID>
    UserPassword=<MyPassword>
    UserDomain=<MyDomain.com>
    SkipProductKey=NO
    SkipComputerBackup=YES
    SkipBitLocker=NO
    -Nick O.
    Nick,
    SkipAdminPassword=YES is for:
    You can skip the Administrator Password wizard page by using this property in the
    customsettings.ini.
    I am hidding the Username/Password/and domain field in the computer name Wizard pane which is read from the cs.iniDomainAdmin=xxxxx
    DomainAdminPassword=xxxxx
    DomainAdminDomain=xxxxxx
    JoinDomain=xxxxxx
    If this post is helpful please click "Mark for answer", thanks! Kind regards

  • Is there any std. BAPI to check both user name and password exist or not

    Hi frnds,
    I am looking for a std. bapi to check both username and password exist or not..
    i found one bapi bapi_user_existence_check. but it checks only username...

    I don't think that you will have access to the passwords that are stored in the system.
    If so, you could read every user's password and logon to the system.
    I guess that they're encrypted and stored on the database.
    Why do you need to check for the password. Isn't the username sufficient?

  • Customizing server.name and server.port in services-config.xml

    Hi
    How can i find out what does BlazeDs use for server.name and server.port in
    url="http://{server.name}:{server.port}/{context.root}/messagebroker/amf"
    can i customize those values?
    thank you

    Mete
    Thank you for your reply
    So context.root is resolved at compile time and server & port at runtime
    Do you have an example or a link that shows / explain how to create custom tokens replaced by JVM options?
    I have an issue where if i install my app on http://www.mydomain.com/mycontext/, it loads but will display the following message when making server call using Safari
    FAULT: faultCode:Client.Error.MessageSend faultString:Send failed faultDetail:Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Failed: url: http://www.mydomain.com/context/messagebroker/amf
    Notte that it works on IE7 when accessing http://www.mydomain.com/mycontext/
    and that it works great with all browsers on http://localhost:8080/mycontextroot
    Would you know what is the best way to debug this issue?
    Thank you
    matt

  • Hide UserID, Password, and Report Path when call Report from Report

    Hi,
    I have been able to call Report from Report using the hyperlink.
    I put these code in my Field on the Report caller.
    function F_3FormatTrigger return boolean is
      temp varchar2(2000);
    begin
      temp := 'http://<computer_name>:8889/reports/rwservlet?';
      temp := temp || 'server=repsrv' || '&' ||
                         'report=C:\MyReport\rep_detail.jsp' || '&' ||
                         'userid=scott/tiger@orcl' || '&' ||
                         'desformat=htmlcss' || '&' ||
                         'destype=cache' || '&' ||
                         'P_1=' || :ItemID || '&' ||
                         'P_2=' || :ItemName;
      SRW.Set_Hyperlink(temp);
      return (TRUE);
    end;The hyperlink showed, and I can see the rep_detail.jsp showed in the same browser after I clicked the hyperlink.
    The problem is, the hyperlink has to include the reports path and also userid and password.
    If I did not put the userid and password, it will showed in another browse that
    "The report has uncompiled PL/SQL"
    How can I hide those userid, password, and the reports path?
    BTW, Is there anyway to show the report callee in different page (precisely, open another IE) from the report caller?
    Any help would be grateful.
    Many thanks,
    Buntoro

    Hi,
    Thanks for the answers.
    Yet, I am still doubt about using cgicmd.dat.
    I have looked around in this forum saying that it is not secure to use cgicmd.dat. Because all report request does not use authentication (the client can directly open report without login).
    In Form, I can use the On-Logon to do the Oracle Form login (to do logon to the database), and then I use my own custom user login to restrict the menu for each user.
    I do this since I want to restrict the user,
    i.e user A can only view the sales form as well as sales report,
    user B can only view the purchasing form as well as purchasing report.
    Well, I am not so fond about the SSO itself.
    It comes to my mind, since I don't have to re-login (to the database) each time I call another form (login database is only once at the first Form, On-Logon). It also goes to when calling the report caller.
    What is RAD?
    How can we use it?
    Is OID = Oracle Internet Directory?
    If true, maybe, I won't use it since I don't understand about it also.
    Why we don't have to specify the userid and password when Form calls Report1 (using Run_Report_Object and Web.Show_Document())?
    But we have to specify the userid and password when Report1 calls Report2.
    Any help is appreciated.
    Many thanks,
    Buntoro

  • OS X Server 10.4.10 User login password

    Is there a way to lock the passwords on users' server accounts so that they can't be changed by clicking the Options button in the server login window? Students are creating havoc...

    anyone?
    basicly i need to know if there is a command line program to changet users OD passwords and mark the password has been changed in OD.
    is this posable? and whats the command?

  • Defining an Authentication Scheme for user ID and password and client certi

    Hi,
                    I do need to define an Authentication Scheme for user ID/Password and client certificate,, both at the same time, so whenever the end user access the SAP Portal he/she will be asked to provide user and password as well digital certificate,
                    Despite of the whole idea behind o f the concept of digital certificate, my client sill wants to keep the user ID and password to complies with business requirements.
         I found a documentation that discuss Authentication Scheme with example using both ID and Digital certificate, but the priority was set different for each authentication method.
    http://help.sap.com/saphelp_nw04s/helpdata/en/d3/1dd4516c518645a59e5cff2628a5c1/content.htm
         So I am wondering with I can accomplish User ID/Pwd plus digital certificate just by making the priority the same value. Anyone had a similar requirement?
    Best Regards
    Claudio Rocha

    Hi
    Did you get an answer for this Query ?
    Regards
    Priyanka

  • How to change password and keychain?

    I want to change one user's password (with the GUI):
    <pre> System Preferences...
    Accounts
    choose the right one
    Reset Password...</pre>
    And I see a warning window telling me:
    <pre>Resetting the account password does not reset
    the user's keychain password.
    To reset the keychain password, use Keychain Access, located
    in the Utilities folder.</pre>
    This let me discover 2 problems:
    - How may I change the user's password and the user's
    keychain password... together?
    I want to keep them to the same string and the same
    managment policy (frequency of change).
    - I've tried with one account the method suggested (use
    Keychain Access). Unfortunately I don't see how I may
    change the keychain password, because every time I try
    to change it, it does first ask me to type it:
    <pre>Current Password:</pre>.
    How should one change a keychain password without the
    previous one (when the original password can't be used)?
    MacOS X version : 10.4.7
    Keychain Access : 3.3
    dan    

    Try going to the users home folder --> library --> preferences and delete the "com.apple.keychainaccess.plist" preference file.
    Also under users home folder --> library -->Keychains delete the "login.keychain" file

  • Changing a portal user's password programatically

    Hi,
    I'm attempting to reset a user's password, and so far i got it to work once using:
    update wwsec_person$
    set password = wwsso_utl.hash_pwd('PASSWORD')
    where user_name='USER'
    after running that statement and committing, the password seemed to change, but then it apparently hasn't worked ever since. Does anyone have any idea how to change a user's password programmatically? there's plenty of threads, but all they all seem to be out dated (ie. portal 3.x) I'm using portal 10.1.4
    Thanks in advance

    Try ORASSO.WWSSO_OID_INTEGRATION.RESET_PASSWD

  • Retrieve User account Password

    Hi
    I need to retrieve the users account password and compare it with another encrypted attribute... i am thinking i will compare it in bit form but i m unable to retrieve the user password in the first place..
    Any suggestions?
    Edited by: 903843 on Apr 5, 2012 9:36 AM

    Hey Bikash thanks for the quick response.. and correct me if i am wrong ...I had come across this forum before ...the solution you have provided requires to actually fire a query to the db I want to avoid that...the other solutions are for 10g while i am working with 11g 11.1.1.5 to be precise.

Maybe you are looking for

  • ACTIVITY MONITOR WONT OPEN! PLEASE HELP

    How come everytime I open ACTIVITY MONITOR i just get the color wheel and it never opens?

  • How do i transfer my external iPhoto library to another mac

    On one of my mac June of 2008 imac's i have redirected my iphoto library to function on an external hard drive. Recently my imac crashed and died, fortunatley i was able to purchase a new mac a week ago. What im looking to do is upload my entire ipho

  • Can i delete a file on my external disk?

    I have a toshiba external hard disk. When i plug it into my macbook air, i can only see my documents and copy them to the macbook or copy files from macbook to hard disk. But i can't delete any file on my external disk. How can i can do it?

  • Lion Preview and Textedit very slow when opening files from Leopard Server

    My small office (about 10 users) recently upgraded our iMac's, Mac Mini's, and Macbook Pro's.  We are experiencing a big problem with Preview opening super slow (1-2 minutes) when trying to open JPG's, PDF's, etc from our 10.5.8 Leopard Server.  We h

  • Displayport to DVI Adapter finds Generic Non-PNP Monitor

    I have a 6 week old H8-1420T Envy C1U69AV#ABA, Windows 8 64bit, 1GB Radeon HD7670 and I am trying to connect two Dell 1905FP monitors. Each monitor works fine when connected to the DVI port. When I connect one monitor using a HP displayport to DVI do