It would only be useful if you were using OC4J, and not very useful even
then - as it's pretty specific to our situation.

--
Voytek Jarnot
Quidquid latine dictum sit, altum viditur.


> -----Original Message-----
> From: Dan Tran [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 22, 2003 3:40 PM
> To: Struts Users Mailing List
> Subject: Re: Allow user to change password using CMS
> 
> 
> I am using tomcat 4.1.18 using tomcat-users.xml to store user/role
> information.
> 
> I can write a UserManagerFactory to handle container specific 
> implemention.
> But If you have one implemented already I would love to use it
> 
> -Dan
> 
> 
> ----- Original Message -----
> From: "Jarnot Voytek Contr AU HQ/SC" <[EMAIL PROTECTED]>
> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
> Sent: Wednesday, January 22, 2003 1:20 PM
> Subject: RE: Allow user to change password using CMS
> 
> 
> > I use CMS, and wrote a custom UserManager (container specific) which
> > authenticates users against a  database.  To change 
> passwords, etc. users
> > simply access a regular page (Struts driven, of course) 
> which allows them
> to
> > modify the password that's in the database.
> >
> > What kind of CMS were you planning to use - a default 
> implementation which
> > stores the user/password/etc data in principles.xml?  Not 
> very robust or
> > secure.  Regardless of container, you'll end up storing 
> passwords in a DB
> or
> > LDAP - just write code to modify the password in the datastore.
> >
> > --
> > Voytek Jarnot
> > Quidquid latine dictum sit, altum viditur.
> >
> >
> > > -----Original Message-----
> > > From: Dan Tran [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, January 22, 2003 2:49 PM
> > > To: Struts Users Mailing List
> > > Subject: Re: Allow user to change password using CMS
> > >
> > >
> > > So I guess , using container manage security is not
> > > recommended  for my
> > > situation  which I think most of portal app require
> > >
> > > -D
> > >
> > >
> > > ----- Original Message -----
> > > From: "Craig R. McClanahan" <[EMAIL PROTECTED]>
> > > To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> > > Sent: Wednesday, January 22, 2003 12:18 PM
> > > Subject: Re: Allow user to change password using CMS
> > >
> > >
> > > >
> > > >
> > > > On Wed, 22 Jan 2003, Dan Tran wrote:
> > > >
> > > > > Date: Wed, 22 Jan 2003 11:54:09 -0800
> > > > > From: Dan Tran <[EMAIL PROTECTED]>
> > > > > Reply-To: Struts Users Mailing List
> > > <[EMAIL PROTECTED]>
> > > > > To: Struts Users Mailing List <[EMAIL PROTECTED]>
> > > > > Subject: Allow user to change password using CMS
> > > > >
> > > > > Hi, My application uses CMS to manage user/role security.
> > > > >
> > > > > How do I interface with CMS to allow user to change 
> his/her own
> > > password?
> > > > >
> > > > > Any spec on this?
> > > > >
> > > >
> > > > There is no spec on this ... it's going to be up to each
> > > container to
> > > > provide appropriate mechanisms, and any code you write that
> > > relies on this
> > > > will (of course) be container specific.
> > > >
> > > > > Advice is greatly appreciated
> > > > >
> > > > > -D
> > > >
> > > > Craig
> > > >
> > > >
> > > >
> > > > --
> > > > To unsubscribe, e-mail:
> > > <mailto:[EMAIL PROTECTED]>
> > > > For additional commands, e-mail:
> > > <mailto:[EMAIL PROTECTED]>
> > > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> >
> > --
> > To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> >
> 
> --
> To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
> 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to