<?xml version="1.0"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>CKAN: Ticket #1221: Password reset tidy up</title>
    <link>http://localhost/ticket/1221</link>
    <description>&lt;ul&gt;&lt;li&gt;No tests.
&lt;/li&gt;&lt;li&gt;500 error given when user is not found.
&lt;/li&gt;&lt;/ul&gt;</description>
    <language>en-us</language>
    <image>
      <title>CKAN</title>
      <url>http://assets.okfn.org/p/ckan/img/ckan_logo_shortname.png</url>
      <link>http://localhost/ticket/1221</link>
    </image>
    <generator>Trac 0.12.3</generator>
    <item>
      
        <dc:creator>dread</dc:creator>

      <pubDate>Tue, 12 Jul 2011 13:01:23 GMT</pubDate>
      <title></title>
      <link>http://localhost/ticket/1221#comment:1</link>
      <guid isPermaLink="false">http://localhost/ticket/1221#comment:1</guid>
      <description>
        &lt;p&gt;
Exception details:
&lt;/p&gt;
&lt;pre class="wiki"&gt;Module ckan.controllers.user:194 in request_reset
&amp;lt;&amp;lt;                  h.flash_error(_('No such user: %s') % id)
                   try:
                       mailer.send_reset_link(user)
                       h.flash_success(_('Please check your inbox for a reset code.'))
                       redirect('/')
&amp;gt;&amp;gt;  mailer.send_reset_link(user)
Module ckan.lib.mailer:69 in send_reset_link
&amp;lt;&amp;lt;  def send_reset_link(user):
           user.reset_key = make_key()
           model.Session.add(user)
           model.Session.commit()
&amp;gt;&amp;gt;  user.reset_key = make_key()
AttributeError: 'NoneType' object has no attribute 'reset_key'
&lt;/pre&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>dread</dc:creator>

      <pubDate>Wed, 13 Jul 2011 11:30:07 GMT</pubDate>
      <title>status changed; resolution set</title>
      <link>http://localhost/ticket/1221#comment:2</link>
      <guid isPermaLink="false">http://localhost/ticket/1221#comment:2</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;
                changed from &lt;em&gt;new&lt;/em&gt; to &lt;em&gt;closed&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;resolution&lt;/strong&gt;
                set to &lt;em&gt;fixed&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
Other edge cases and error conditions do not work properly either.
&lt;/p&gt;
&lt;p&gt;
Fixed in cset:4737c86d1d81 for release 1.4.2.
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item>
 </channel>
</rss>