2 bugs: captcha and loginform plugins 2 bugs: captcha and loginform plugins
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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.