On Apr 19, 3:43 pm, YOGI <[EMAIL PROTECTED]> wrote:
> Hi
>
> Using the following command i removed all the permissions for the
> anonymous user.
> trac-admin.py path/to/projectenv permissions remove
> anonymous *
> is this the way to remove the anonymous account??
> I did it , but i was not able to login using web browser with neither
> the authnticated nor the anonymous user.
>
> Can you please let me know which command i have to use for removing
> the anonymous account, and use the authenticated user for login.
>
> Thanks
hi,
maybe your auth user do not have the appropriate rights:
$ trac-admin /path/to/your/trac/project permission list
so try to add some permission for one of the auth user:
trac-admin /path/to/your/trac/project permission add username
BROWSER_VIEW CHANGESET_VIEW F
ILE_VIEW LOG_VIEW MILESTONE_VIEW REPORT_SQL_VIEW REPORT_VIEW
ROADMAP_VIEW SEARCH
_VIEW TICKET_CREATE TICKET_MODIFY TICKET_VIEW TIMELINE_VIEW
WIKI_CREATE WIKI_MOD
IFY WIKI_VIEW
be sure that you remove the anonymous rights:
trac-admin /path/to/your/trac/project permission remove anonymous
BROWSER_VIEW CHANGESET_VIEW F
ILE_VIEW LOG_VIEW MILESTONE_VIEW REPORT_SQL_VIEW REPORT_VIEW
ROADMAP_VIEW SEARCH
_VIEW TICKET_CREATE TICKET_MODIFY TICKET_VIEW TIMELINE_VIEW
WIKI_CREATE WIKI_MOD
IFY WIKI_VIEW
well afterwards it should work fine, I tested it this morning
--
Eric
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---