I found what page is calling the proc
home/conaje/conaje/packages/acs-subsite/www/members/index.tcl
home/conaje/conaje/packages/acs-subsite/www/members/index.tcl
Then i went to the APIdocs and found the proc email_image::get_user_email
I went to the code and changed the default value in the procedure:
******
.
.
.
if { $user_level == 5 } {
# We get the privacy level from PrivateEmailLevelP parameter
++++++
set priv_level [parameter::get_from_package_key -
package_key "acs-subsite" - parameter "PrivateEmailLevelP" -default 2]
} else {
.
.
.
******
but it didn't work. i registered a test user and it came up the old one its email on option 4- Show my email as text
any clues?