James Guyton wrote: >>> Because, after performing this, no user had any rights any longer since >>> they inherit from ANONYMOUS/anonymous, correct? >>> So after that I had to grant permissions to every single user, instead I >>> could have used granting permissions to the "authenticated" group as well. >>> Is this correct? > > This depends on how you have decided to add permissions and what you need to > do, but generally speaking you are correct. > Specifically: > If you have a user named bob that you need to give permissions to, you can do > this two ways: > 1) use > permission add bob <PERMISSION TO ADD> > for each permission that is needed > 2) use > permission add usertype1 <PERMISSION TO ADD> > for each permission that is needed (this creates a group usertype1) > permission add bob usertype1 > which adds bob to that group. > > Usually you will use groups, with maybe one or two individuals that need > special access types in a given install. Ah, now I get it, groups and users are handled on the same level. So I will get used to it.
> > >>> Two questions arising now: >>> - Is it possible to remove the link to session for the single login >>> page, before logging in? >>> - Ho can I redirect to the login-page after logging out? > > This I can't help with, someone else want to take a stab? > > > HTH > James Guyton (JGU) > Thanks, cheers Heinrich --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
