- Installed 1.0.0RC4 on a FC4 MySQL Ver 14.7 Distrib 4.1.16, for redhat-linux-gnu (i386) using readline 4.3
- When I attempt to log in as administrator with a password of root I get "Your account may be disabled or blocked or the username/password you entered is incorrect." Looking at the contents of the usertable everything looks fine viz:
Code: Select all
<tr class="odd">
<td align="right" class="nowrap">1</td>
<td>administrator</td>
<td> </td>
<td>me@somedomain.coml</td>
<td>63a9f0ea7bb98050796b649e85481845</td>
<td nowrap="nowrap">2006-01-08 20:13:29</td>
<td nowrap="nowrap">2006-01-08 20:13:29</td>
<td align="right" class="nowrap">1</td>
<td align="right" class="nowrap">0</td>
<td align="right" class="nowrap">90</td>
<td align="right" class="nowrap">0</td>
<td align="right" class="nowrap">0</td>
<td align="right" class="nowrap">0</td>
<td>1ba108a184af91d895e547986ce33f4f5a062db937fdbb377f249f1132ccdd09</td>
</tr>
TIA