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

2001-05-12 Thread Jeremy C
that functionality on a page that the logged-in User is guaranteeed to go to, bad 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

DataSourceUserManager ... Restart App to get new group?

2001-05-12 Thread Jeremy C
I have noticed that if I add a new group to the data source for a particular user that they will not have that group's rights until Orion is restarted. Is this normal? Is there a way to refresh the user's rights without restarting the server? I tried to invalidate their session with

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

findByAll() ... finding everything!

2001-05-10 Thread Jeremy C
Greetings! I have created a finder method in a CMP managed bean. It searches by many fields, not quite all, but any one I would want to search by. What I was hoping to accomplish from this was being able to specify diffrent fields to search by. Here's what I mean... This is my search.jsp