Custom Query (337 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (40 - 42 of 337)

Ticket Resolution Summary Owner Reporter
#176 fixed AttributeError: 'AccountChangeNotification' object has no attribute 'smtp_server' István Váradi Szebenyi Bálint <szebenyib@…>
Description

Wanted to register to avoid typing my address often and better manage the tracker, however it seems to be that smtp is not properly configured.

How to Reproduce

While doing a POST operation on /register, Trac issued an internal error.

(please provide additional details here)

Request parameters:

{'__FORM_TOKEN': u'19c4cacbbf9ec5dd4c6613be',
 'action': u'create',
 'email': u'szebenyib@gmail.com',
 'name': u'Szebenyi B\xe1lint',
 'password': u'XXXXXX',
 'password_confirm': u'XXXXXX',
 'user': u'szebenyib'}

User agent: Opera/9.80 (Windows NT 6.1; WOW64) Presto/2.12.388 Version/12.12

System Information

System information not available

Enabled Plugins

Plugin information not available

Python Traceback

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/trac/web/main.py", line 511, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.7/dist-packages/trac/web/main.py", line 237, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/lib/pymodules/python2.7/acct_mgr/web_ui.py", line 352, in process_request
    _create_user(req, self.env)
  File "/usr/lib/pymodules/python2.7/acct_mgr/web_ui.py", line 71, in _create_user
    mgr.set_password(user, password)
  File "/usr/lib/pymodules/python2.7/acct_mgr/api.py", line 144, in set_password
    self._notify('created', user, password)
  File "/usr/lib/pymodules/python2.7/acct_mgr/api.py", line 253, in _notify
    getattr(l, func)(*args)
  File "/usr/lib/pymodules/python2.7/acct_mgr/notification.py", line 41, in user_created
    notifier.notify(username, 'New user registration')
  File "/usr/lib/pymodules/python2.7/acct_mgr/notification.py", line 90, in notify
    NotifyEmail.notify(self, username, subject)
  File "/usr/lib/python2.7/dist-packages/trac/notification.py", line 324, in notify
    Notify.notify(self, resid)
  File "/usr/lib/python2.7/dist-packages/trac/notification.py", line 226, in notify
    self.send(torcpts, ccrcpts)
  File "/usr/lib/pymodules/python2.7/acct_mgr/notification.py", line 160, in send
    % (self.smtp_server, self.smtp_port, recipients))
AttributeError: 'AccountChangeNotification' object has no attribute 'smtp_server'
#178 fixed Only one tank can be seen for the DA F70 István Váradi István Váradi
#180 fixed Logging lights which cannot be detected properly István Váradi István Váradi
Description

They should either not be logged at all, or it should be logged, that the status of such lights cannot be determined reliably.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.