Re: user logins

From: DanHW <danhw_at_aol.com>
Date: 21 Jun 1998 01:35:32 GMT
Message-ID: <1998062101353200.VAA11020_at_ladder03.news.aol.com>


>I am trying to restrict user logins into our database. We are using unix and
>in the .login script is a line: f40run menu username/pass_at_server which will
>put them striaght into our main menu. I have set up a profile only allowing 2
>user logins and set resource_limit=true. The problem is that i can stop them
>loggin in more than twice but 1) I can't issue a logout in the
>when-new-form-instance trigger (restricted function) 2) After displaying to
>the user that they cannot log in, the default oracle login screen appears
>which i don't want.
>
>Any ideas?
>
>Mark
>
>

In your when-new-form-instance trigger, do an EXIT-FORM rather than a LOGOUT. That will close the form, and effectively end the session with Oracle.

Dan Received on Sun Jun 21 1998 - 03:35:32 CEST

Original text of this message