<br><br><div><span class="gmail_quote">2008/3/11, Stewart Adam &lt;<a href="mailto:maillist@diffingo.com">maillist@diffingo.com</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Worked for me, but I was stupid and entered my real name wrong - I typed<br> Stweart Adam instead of Stewart Adam... Can we change that easily?</blockquote><div><br>I&#39;ll correct this through db<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
 I already corrected my real name in the CLA I sent.<br> <br> Oh, one thing went wrong logging in after my account had been created<br> though: At the end of the page by the Groups section this was printed:<br> (if you&#39;d like the HTML version or a screenshot, let me know)</blockquote>
<div><br><br>yep, this error is normal for now. It&#39;s about groups state issue. <br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
 ***<br> <br>A problem occurred in a Python script. Here is the sequence of function<br> calls leading up to the error, in the order they occurred.<br> <br>&nbsp;&nbsp;/srv/web/accounts/userbox.cgi<br>&nbsp;&nbsp;305&nbsp;&nbsp;&nbsp;&nbsp; if username and action==&#39;edit&#39;:<br>
 <br>&nbsp;&nbsp;306&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; website.handle_group_mods(dbh, form, &#39;userbox.cgi&#39;,<br> username,<br> <br>&nbsp;&nbsp;307&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; None, fixed_item=&#39;username&#39;,<br> auth_username=auth_username)<br> <br>&nbsp;&nbsp;308<br>
 <br>&nbsp;&nbsp;309 website.print_footer(&quot;RPM Fusion User&quot;)<br> <br> <br>builtin None = None, fixed_item undefined, auth_username = &#39;firewing&#39;<br> <br> /srv/web/accounts/website.py in<br> handle_group_mods(dbh=&lt;website.PostgresDBConnection instance&gt;,<br>
 <br>form=FieldStorage(None, None, [MiniFieldStorage(&#39;auth..., &#39;45c22FF083&#39;),<br> <br>MiniFieldStorage(&#39;_edit&#39;, &#39;1&#39;)]), url=&#39;userbox.cgi&#39;,<br> <br>username=&#39;firewing&#39;, groupname=None, fixed_item=&#39;username&#39;,<br>
 auth_username=&#39;firewing&#39;)<br> <br>&nbsp;&nbsp;882&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; allowed_actions = get_allowed_group_actions(dbh,<br> auth_username, groupname)<br> <br>&nbsp;&nbsp;883&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; else:<br> <br>&nbsp;&nbsp;884&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; allowed_actions = get_allowed_group_actions(dbh,<br>
 auth_username, &#39;accounts&#39;) # XXX fixme badhack yuk<br> <br>&nbsp;&nbsp;885&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; got_needs_sponsor = 0<br> <br>&nbsp;&nbsp;886&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; got_needs_review = 0<br> <br> allowed_actions undefined, global get_allowed_group_actions = &lt;function<br>
 get_allowed_group_actions&gt;, dbh = &lt;website.PostgresDBConnection<br> <br>instance&gt;, auth_username = &#39;firewing&#39;<br> <br> /srv/web/accounts/website.py in<br> get_allowed_group_actions(dbh=&lt;website.PostgresDBConnection instance&gt;,<br>
 <br>auth_username=&#39;firewing&#39;, groupname=&#39;accounts&#39;, group_info=None,<br> <br>for_username=None)<br>&nbsp;&nbsp;442&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; my_group_info = group_info<br> <br>&nbsp;&nbsp;443&nbsp;&nbsp;&nbsp;&nbsp; ginfo = get_group_info(dbh, groupname)<br> <br>
&nbsp;&nbsp;444&nbsp;&nbsp;&nbsp;&nbsp; my_group_info.update(ginfo)<br> <br>&nbsp;&nbsp;445&nbsp;&nbsp;&nbsp;&nbsp; if my_group_info[&#39;name&#39;] == &#39;cla_done&#39;:<br> <br>&nbsp;&nbsp;446&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return []<br> <br> my_group_info = {}, my_group_info.update = &lt;built-in method update of<br>
 dict object&gt;, ginfo = None<br> <br> <br>TypeError: iteration over non-sequence<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;args = (&#39;iteration over non-sequence&#39;,)<br> <br>***<br> <br> <br> Thanks,<br> <br>Stewart<br> <br><br> <br> On Mon, 2008-03-10 at 11:22 +0100, Xavier Lamien wrote:<br>
 <br>&gt; Hello,<br> &gt;<br> &gt; I need some outside feedbacks on FAS registrations.<br> &gt; Here are some steps to reproduce<br> &gt;<br> &gt; 1. Create an account here :<br> &gt; <a href="http://fas.rpmfusion.org/accounts/userbox.cgi">http://fas.rpmfusion.org/accounts/userbox.cgi</a><br>
 &gt;<br> &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- note that, you don&#39;t need to re-generate an gpg key, just add<br> &gt; the one you use for Fedoraproject.<br> &gt;<br> &gt; 2. Generate your Certification here :<br> &gt; <a href="http://fas.rpmfusion.org/accounts/gen-cert.cgi">http://fas.rpmfusion.org/accounts/gen-cert.cgi</a><br>
 &gt;<br> &gt; 3. Ask to sign your CLA here :<br> &gt; <a href="http://fas.rpmfusion.org/accounts/send-cla.cgi">http://fas.rpmfusion.org/accounts/send-cla.cgi</a><br> &gt;<br> &gt; 4. Follow the instructions that you will receive by mail<br>
 &gt;<br> &gt; 5. Send your signed CLA, then wait until receive the confirmation.<br> &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- just post if no mail is sent to you.<br> &gt;<br> &gt; 6. Ask for your membership on cla_done group.<br> &gt;<br> &gt; I&#39;ll check all other stuff about the account creation which should<br>
 &gt; match with CVS and then mail you to make some test on.<br> &gt;<br> &gt;<br> &gt; Regards,<br> &gt; --<br> &gt; Xavier.t Lamien<br> &gt; --<br> &gt; <a href="http://fedoraproject.org/wiki/XavierLamien">http://fedoraproject.org/wiki/XavierLamien</a><br>
 &gt; GPG-Key ID: F3903DEB<br> &gt; Fingerprint: 0F2A 7A17 0F1B 82EE FCBF 1F51 76B7 A28D F390 3DEB<br> <br> </blockquote></div><br><br clear="all"><br>-- <br>Xavier.t Lamien<br>--<br><a href="http://fedoraproject.org/wiki/XavierLamien">http://fedoraproject.org/wiki/XavierLamien</a><br>
GPG-Key ID: F3903DEB<br>Fingerprint: 0F2A 7A17 0F1B 82EE FCBF 1F51 76B7 A28D F390 3DEB