#3492 closed defect (worksforme)
There is no Accounts in General Admin page
Reported by: | Alexander | Owned by: | John Hampton |
---|---|---|---|
Priority: | highest | Component: | AccountManagerPlugin |
Severity: | normal | Keywords: | |
Cc: | flatfender@… | Trac Release: | 0.11 |
Description
Hi,
I've installed the AccountManager plug-in, and I can see it in Plugins page in Admin Section. Moreover Im able to setup it, but I cant see Accounts menu in Admin page. Im not able to create or modify any accounts data.
Attachments (0)
Change History (10)
comment:1 Changed 16 years ago by
Priority: | normal → highest |
---|
comment:2 Changed 16 years ago by
comment:3 Changed 16 years ago by
I've the same problem. It works with trac r7455 but r7459 for example doesn't show the "Acount" section in the Admin area. However, if I enable the "AccountChangeNotificationAdminPanel" in the trac.ini (actually can do that via the "plugins" section of the Admin panel), it shows the Account section with a "Notification" subsection, but not the "Users" and "Configuration" subsection it used to have by default. It seems to have to do with web_ui.py
comment:5 follow-up: 6 Changed 16 years ago by
Cc: | flatfender@… added; anonymous removed |
---|---|
Trac Release: | 0.10 → 0.11 |
I've seen this to. In our situation we're using mod_auth_pam for authentication which creates the account in session_attribute. But I can't see for an existing user, (and I would assume this is the same as if you created one via the command line with Trac-Admin) where the user get's an entry in session_attribute for "enabled" If I manually add the enabled key/value into the session_attribute table via sqlite3, then the user shows up. Unfortunately I'm just learning python so I haven't figured out where the problem exists.
comment:6 Changed 16 years ago by
Replying to flatfender@gmail.com:
I've seen this to. In our situation we're using mod_auth_pam for authentication which creates the account in session_attribute. But I can't see for an existing user, (and I would assume this is the same as if you created one via the command line with Trac-Admin) where the user get's an entry in session_attribute for "enabled" If I manually add the enabled key/value into the session_attribute table via sqlite3, then the user shows up. Unfortunately I'm just learning python so I haven't figured out where the problem exists.
Sorry didn't mean to change the version number but it exists in 11 stable.
comment:7 Changed 16 years ago by
Owner: | changed from Matt Good to John Hampton |
---|---|
Status: | new → assigned |
Please do the following:
- enabled logging in trac
- update to latest trunk of account manager
- check log for the account manager loading
- post the relevant info here
Thanks.
comment:8 Changed 16 years ago by
comment:9 Changed 16 years ago by
It works for me too with 0.12dev r7615 and TracAccountManager 0.2.1dev-r4640 Thanks for the fix. Do you still need the log? Or is it enough to say, that it works now?
comment:10 Changed 16 years ago by
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
It's enough to say that it works now. Thanks for the feedback. Closing as "worksforme"
Hello,
i've exactly the same problem.