Finally a chance for me to give a little back to the group! I know nothing
about RBlogin.rbl but:


For automatic login I put:

Put a call to 'lookup.rmd' in the rbase.dat that contains

Run Lookup.APX

-- Lookup.ASC
-- Compiled with Codelock to be Lookup.APX
Con [Pwd_DB] IDENTIFIED BY [PwUser] [PwPassword]
Set Var vNet_User_In =(CVAL('NetUser'))
-- Microsoft Network Name
Set Var vUser = DbPassword in Password_Table where Net_User + =
.vNet_user_In
Set Var vPwd = DbPwd in Password_Table where Net_User = .vNet_User_In

CON [DBNAME]  IDENTIFIED BY &vuser  &vPwd

I create the .apx file with codelock and it can't be easly read by ASCII
editors. The password table is in a seperate DB. I turn all rights off all
rights to the password DB so it can't be accesed without the user/owner
password. You can also put a column in the Password table that lists witch
db's the user can access. You can also put the users in groups.....




[EMAIL PROTECTED] wrote: -----

To: [email protected] (RBG7-L Mailing List)
From: Carole et Michel <[EMAIL PROTECTED]>
Sent by: [email protected]
Date: 04/13/2005 12:51PM
Subject: [RBG7-L] - Owner password problem

Hello,

I  recently downloaded RBlogin.rbl, after receving advice from Sami
Aaron, I was able to make it work with my database. But when I login as
the owner it seem's to change the owner's password. I managed to login
after a few tries at using the  password and [Esc] key. Three times that
happend.

1     I did not have a password for the owner  and could not connect to
the database.  So I  restarted from a recent copy, set up a password for
the owner

2     Login with my owner Id and password, no problem, after testing
the login changing user's and comming back to owner, no problem.I close
rbase, when I restarted rbase I can not login with the owner's password
so I used the password and [Esc] key to eventualy get connected. When I
show var I get vpassword = [Esc].  I change the user's password  using
the utilities drop down menu and the login  work's again.

3   Can not loging unsing as the owner using the password,  used the
password and [Esc] key to eventualy get connect again.


I'm using RBlogin in my Rbase.dat and in my main menu form to change
user while connected

Should I have changed the owner password using the Set user password
command?

May be I should'nt use the RBlogin plug-in to login as the owner?

It does not seem to be happening  when login of user's.


Michel Seguin

Reply via email to