Re: How to tell when a user first log's in?

2001-05-14 Thread Johan Fredriksson
-Interest [EMAIL PROTECTED] Sent: Sunday, May 13, 2001 11:47 PM Subject: RE: How to tell when a user first log's in? Peter, Thanks, however I do have 1 more question for you. I do have the top frame saying request.getRemoteUser, but how do I automatically cause that frame to get refreshed when

RE: How to tell when a user first log's in?

2001-05-12 Thread cybermaster
that would be bad design --peter -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jeremy C Sent: Saturday, May 12, 2001 7:44 PM To: Orion-Interest Subject: How to tell when a user first log's in? Is it possible to attach a hook, or some means

RE: How to tell when a user first log's in?

2001-05-12 Thread Jeremy C
to tell when a user first log's in? Is it possible to attach a hook, or some means of detemining when a user first log's in? I use DataSourceUserManager... What I would like to do is two things, 1. In my top frame, indicate who you are logged in as 2. Check the last time you have changed your password

RE: How to tell when a user first log's in?

2001-05-12 Thread cybermaster
-Interest Subject: RE: How to tell when a user first log's in? Peter, Thanks, however I do have 1 more question for you. I do have the top frame saying request.getRemoteUser, but how do I automatically cause that frame to get refreshed when a user first log's in? On logout, I can do that because

How to tell when a user first log's in?

2001-05-11 Thread Jeremy C
Is it possible to attach a hook, or some means of detemining when a user first log's in? I use DataSourceUserManager... What I would like to do is two things, 1. In my top frame, indicate who you are logged in as 2. Check the last time you have changed your password, and prompt for a password