Password in Edit profile page

Hi ,

When I click on edit profile it prompts me to change the password also. How can I disable the change password in that page and add seperate change password link?

Pls help

Thank

Quote · 18 Dec 2008

that´s great idea because i  have the problem after users changed the pasword the profill of this user are inaktive but i think it should only inaktive if they change some other information.

how can i fix this problem?

Quote · 19 May 2009

any ideas for this problem?

Quote · 15 Jun 2009

Admin Dashboard -> Settings -> Moderation Settings

 

Both of you need to check or uncheck some of these boxes, according to your needs :)

 

Also the 'change password' is a choice not a force. You can modify your Member Profiles and not update the password. Just an option when editing.

Quote · 15 Jun 2009

ähm what?

also if user change the password why moderators  or admins have to check the profile again becaus only password was changed? :-)

sure i can disable the option but then usere can paste bad words into his profile and that´s not good but if passwar chengd it is not needed to check the profil again also for checkboxes like looking for because you can only check/uncheck predifined answers.

only text field should be checked by change something.

you know what i mean?

thx

jack

Quote · 15 Jun 2009

Password is the MAIN Security to any profile. So to change it should be reviewed by Admin or Mod as to ensure it has not been comprimised.

 

It is up to the Community Builder to manage his/her community. Profiles changing passwords everyday is a HIGH security risk of Online Behavior.

 

Even UNITY, like every Board,SNS,Group must be monitored because there is a balance between responsibility of the USER and Administration Moderation.

 

Your kinda splitting hairs, here?

 

By the way... Explain ahm what?

Quote · 15 Jun 2009

ok

this is the original code in pedit.php

function saveProfile() {
$aDiff = $this -> getDiffValues(0);
$aUpd = $this -> oPF -> getProfileFromValues( $aDiff );

$aUpd['DateLastEdit'] = date( 'Y-m-d H:i:s' );
if( !getParam('autoApproval_ifProfile') && $this -> iArea == 2 )
$aUpd['Status'] = 'Approval';

if( ( $this -> iArea == 3 or $this -> iArea == 4 ) and isset( $_POST['doSetMembership'] ) and $_POST['doSetMembership'] == 'yes' )
$this -> setMembership();

$this -> oPC -> updateProfile( $this -> iProfileID, $aUpd );

clearProfileMatchCache( $this -> iProfileID );

if( $this -> bCouple ) {
$aDiff = $this -> getDiffValues(1);
$aUpd = $this -> oPF -> getProfileFromValues( $aDiff );

$aUpd['DateLastEdit'] = date( 'Y-m-d H:i:s' );
if( !getParam('autoApproval_ifProfile') && $this -> iArea == 2 )
$aUpd['Status'] = 'Approval';

$this -> oPC -> updateProfile( $this -> aProfiles[0]['Couple'], $aUpd );

clearProfileMatchCache( $this -> aProfiles[0]['Couple'] );
}

}

in this code we have to add a code that  say´s: if password changed then profil don´t have to approved again

any ideas about this addition?

Quote · 16 Jun 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.