Problem for [PASSWORD] tag In 1.1 version

15 years 9 months ago #65798 by bhuban
I have installed Community builder 1.1 version and made changes on the content of Pending Approval Email using the [PASSWORD] code but on E-mail I have received with [PASSWORD] tag not with real password.

=====================================================
Solution:- I have made small changes on comprofiler.class.php in line no. 4983 with the following code which is copied from old file of version 1.0.2

$array = array();
$array=get_object_vars($row);
foreach( $array AS $k=>$v) {
if(!is_object($v)) {
if (!(strtolower($k) == "password" && strlen($v) >= 32)) {
$msg = cbstr_ireplace("[".$k."]", getLangDefinition($v), $msg );
}

}

}

After changing this code, 1.1 versions is start to working well for [PASSWORD] tag.
====================================================

Question: This is the correct way to fixed the above mention problem. Please suggest me.

Please Log in to join the conversation.

15 years 6 days ago #92454 by unmaskers
Replied by unmaskers on topic Re:Problem for [PASSWORD] tag In 1.1 version
Thanks very much, bhuban. I have solved the problem.
:)

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.286 seconds

Facebook Twitter LinkedIn