News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

2 bugs: captcha and loginform plugins

Started by Ben-Ja, May 26, 2008, 10:00:55 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Ben-Ja

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.


Hein Traag

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.