Re: Encoded Password -- Forms45

From: Ken Johnson <ken.johnson_at_mail.tapestry.com>
Date: 1996/06/27
Message-ID: <31D34A86.42FB_at_mail.tapestry.com>#1/1


Chris Blais wrote:
>
> 1. Is there anyway to encode the password in forms45. We're looking
> at alternatives to creating 500 users via roles in the Database.
> 2. How to suppress userid and password in the command line within
> forms45 and to bypass the Oracle default login screen.
>
> Thanks in Advance
> Chris Blais

  1. Not that I'm aware of. You might try righting your own one-way function to encrypt the passwords. You might want to ask in sci.crypt (or something like that) for help with that.
  2. I can think of two ways:
  3. Enable operating system authenticated logins (if Oracle supports this on your OS). Then you can just put a / where the username/password would go on the command line.
  4. Create a dummy account that doesn't have rights to do anything. Then have your application specify the username/password for this dummy account on the command line (example: C:\ORAWIN\BIN\F45RUN.EXE C:\MYAPP\LOGIN.FMX dummy/secret ) You could then have whatever form you are calling handle getting the password from the user and re-loging them. --
    Ken Johnson - Technical Consultant Tapestry Computing, Inc. http://www.tapestry.com
Received on Thu Jun 27 1996 - 00:00:00 CEST

Original text of this message