Ticket #5472 (assigned defect)

Opened 9 months ago

Last modified 4 weeks ago

Full name and email information register problem!

Reported by: luguolei@gmail.com Assigned to: pacopablo (accepted)
Priority: high Component: AccountManagerPlugin
Severity: normal Keywords: user full name, email
Cc: gunnar Trac Release: 0.11

Description

I installed AccountAdminPlugin,0.2.1dev_r0-py2.5 on Trac 0.11 use htpasswdstore.

Before registering the user full name and email, everything works fine. After the name and email information is saved(from a user preferences page), the account can login but the wiki,source browsing, ticket...everything can not work in Trac any more. The following information was displayed:

  Warning: <acct_mgr.web_ui.MessageWrapper object at 0x027BF6B0> 
  Error: Forbidden
  WIKI_VIEW privileges are required to perform this operation on WikiStart

I can only delete the acount and create a new one without user full name and email to recover.

If user full name and email address was filled at administration-accounts-users page, the user can see wiki page just after the first login. Once switch to other page, the save error occurs.

Here is my componets configurations in trac.ini:

[components]
acct_mgr.admin.accountmanageradminpage = enabled
acct_mgr.api.accountmanager = enabled
acct_mgr.db.sessionstore = disabled
acct_mgr.htfile.htpasswdstore = enabled
acct_mgr.notification.accountchangelistener = enabled
acct_mgr.notification.accountchangenotificationadminpanel = enabled
acct_mgr.pwhash.htpasswdhashmethod = enabled
acct_mgr.web_ui.accountmodule = enabled
acct_mgr.web_ui.emailverificationmodule = enabled
acct_mgr.web_ui.loginmodule = enabled
trac.web.auth.loginmodule = disabled

Attachments

Change History

07/04/09 18:53:43 changed by anonymous

  • component changed from SELECT A HACK to AccountManagerPlugin.

07/05/09 13:15:13 changed by luguolei@gmail.com

sorry it should be AccountManagerPlugin.

02/24/10 02:48:44 changed by pacopablo

  • owner changed from mgood to pacopablo.
  • status changed from new to assigned.

First, update to the latest trunk of account manager.

Second, unless you want to use email verification, turn off the email verification module in trac.ini

acct_mgr.web_ui.emailverificationmodule = disabled

Add/Change #5472 (Full name and email information register problem!)




Change Properties
Action