Opened 15 years ago
Closed 15 years ago
#5815 closed defect (fixed)
Login problem
Reported by: | Owned by: | Matt Good | |
---|---|---|---|
Priority: | normal | Component: | AccountManagerPlugin |
Severity: | normal | Keywords: | |
Cc: | michael@… | Trac Release: | 0.11 |
Description
I have istalled AccountManager into TRAC 11.5 and it seems to work fine except for 1 user who can login, but then can't do anything because permissions aren't recognized. This message shows in a yellow bar near the top of the page:
Warning: <acct_mgr.web_ui.MessageWrapper object at 0xb7b0a28c>
This user has correct password and is authorized for WIKI_ADMIN, yet this message also appears in red bar below yellow bar mentioned above...
WIKI_VIEW privileges are required to perform this operation on WikiStart
Relevant lines from TRAC log...
2009-09-14 00:08:49,972 Trac[perm] INFO: Granted permission for WIKI_ADMIN to jmadams 2009-09-14 00:08:50,582 Trac[env] WARNING: base_url option not set in configuration, generated links may be incorrect 2009-09-14 00:08:57,999 Trac[env] WARNING: base_url option not set in configuration, generated links may be incorrect 2009-09-14 00:08:58,079 Trac[main] WARNING: HTTPForbidden: 403 Forbidden (WIKI_VIEW privileges are required to perform this operation on WikiStart)
Attachments (0)
Change History (3)
comment:1 Changed 15 years ago by
Cc: | michael@… added; anonymous removed |
---|
comment:2 Changed 15 years ago by
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
please use the latest trunk or 0.11 version of account manager, this bug should be fixed.
Turns out the failure was the result of the new user not having yet confirmed his email address. Still there is a problem with the strange message being issued under this circumstance.