[haiku-bugs] [Haiku] #15318: Verifying new users does not work

  • From: "Haiku" <trac@xxxxxxxxxxxx>
  • To: undisclosed-recipients: ;
  • Date: Fri, 30 Aug 2019 17:33:16 -0000

#15318: Verifying new users does not work
--------------------------+------------------------------
 Reporter:  pulkomandy    |        Owner:  nielx
     Type:  bug           |       Status:  assigned
 Priority:  normal        |    Milestone:  Unscheduled
Component:  Website/Trac  |      Version:  R1/Development
 Keywords:                |   Blocked By:
 Blocking:                |  Has a Patch:  0
 Platform:  All           |
--------------------------+------------------------------
 The verification e-mail looks like this:

 Please visit the following URL to confirm your email address.
 Verification URL: <$verify.link>
 Username: $account.username
 Verification Token: $account.token

 And trying to approve the user manually from the Admin/Users page results
 in:

 {{{
 Oops…
 Trac detected an internal error:
 TypeError: 'Fragment' object is not callable
 This is probably a local installation issue.

 Found a bug in Trac?

 If you think this should work and you can reproduce the problem, you
 should consider creating a bug report.

 Note that the TracAccountManager plugin seems to be involved. Please
 report this issue to the plugin maintainer.

 Before you do that, though, please first try searching for similar issues
 , as it is quite likely that this problem has been reported before. For
 questions about installation and configuration of Trac or its plugins,
 please try the mailing list instead of creating a ticket.

 Otherwise, please   a new bug report describing the problem and explain
 how to reproduce it.

 Python Traceback

 Most recent call last:
 File "/usr/local/lib/python2.7/site-packages/trac/web/main.py", line 639,
 in dispatch_request
   dispatcher.dispatch(req)
 File "/usr/local/lib/python2.7/site-packages/trac/web/main.py", line 250,
 in dispatch
   resp = chosen_handler.process_request(req)
 File "/usr/local/lib/python2.7/site-packages/trac/admin/web_ui.py", line
 103, in process_request
   resp = provider.render_admin_panel(req, cat_id, panel_id, path_info)
 File "build/bdist.linux-x86_64/egg/acct_mgr/admin.py", line 219, in
 render_admin_panel
   return self._do_users(req)
 File "build/bdist.linux-x86_64/egg/acct_mgr/admin.py", line 618, in
 _do_users
   len(ban), accounts=accounts))
 }}}
-- 
Ticket URL: <https://dev.haiku-os.org/ticket/15318>
Haiku <https://dev.haiku-os.org>
The Haiku operating system.

Other related posts: