Just and FYI. From the JetspeedSecurity class
public void addUser( User user, String password, RunData data )
throws Exception
{
addUser(user, password);
grant(user,
getGroup(JetspeedSecurity.JETSPEED_GROUP),
getRole(JetspeedSecurity.JETSPEED_ROLE_USER));
try
{
Profile profile = new BaseProfile();
profile.setUser(user);
profile.setMediaType("html");
Profiler.createProfile(data, profile);
}
catch (Exception e)
{
removeUser(user);
throw e;
}
}
-----Original Message-----
From: Paul Spencer [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 19, 2002 11:35 AM
To: Jetspeed Users List
Subject: Re: user rights management and user creation
David or Santiago can you respond to this?
Paul Spencer
Hugh Brien wrote:
> One issue on this, correct me if I am wrong:
> Jetspeed assigns you to the Jetspeed group when create a user via an entry in the
>USER_GROUP_ROLE table. All permission checks and I believe role checks are based on
>this. A user must have a user role and belong to Jetspeed group in order to
>Customize.
>
> -----Original Message-----
> From: Paul Spencer [mailto:[EMAIL PROTECTED]]
> Sent: Monday, March 18, 2002 5:25 PM
> To: Jetspeed Users List
> Subject: Re: user rights management and user creation
>
>
>
>
> Josselin Lebret wrote:
>
> > - It seems that the Group management by admin users is incomplete :
> > role management seems to work but group management doesn't.
> > Besides, the "user group assignement screen" is missing.
>
> Currently their is no assignment of users to groups. Any you user can
> access any group PSML file. In theory security should control the
> access to the portlets in the PSML file, but this has not been fully
> implemented.
>
> > - Sometimes, when a new user is created, his PSML file seems to be
> > jammed and therefore, the customization functionnalites (like
> > adding a new portlet) are not working properly.
> >
>
> What do you mean by "jammed"? Can you provide steps to recreate the
> problem?
>
> > PS : Is there a place where I could find technical documentation on
> > Turbine ? Information is not deep enough on Turbine Webpage.
> >
> >
> > Jetspeed Rulez !
> >
>
> Paul Spencer
>
>
>
> --
> 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]>