2 bugs: captcha and loginform plugins:
1. captcha plugin:
line 167: * Administrators,Registered,Guests,Banned
change to
* Administrators,Registered,Anonymous,Banned
but group Guests now is Anonymous.
2. loginform plugin:
line 58:
$loginFormHtml = "<div align=\"right\" class=\"smallfont\">Welcome back <strong>".(USER_NAME)."</strong><br />";
change to
$loginFormHtml = "<div align=\"right\" class=\"smallfont\">Welcome back <strong>".(USER_NAME)."</strong><br /></div>";
but tag div is not closed.
Report the bugs in the thread of the plugin itself instead of opening a new thread and report two issues although board rules say no more then 1 topic per thread.