Page 1 of 1

UpdateTable of ChangePassword Page

Posted: Thu Feb 01, 2024 1:17 am
by mishanian

Hi,
how can I change updateTable of change password ?

I used the below call but it is not working

function User_ChangePassword($rs, $usr, $oldpwd, &$newpwd) {
    $table_name="users";
    $this->UpdateTable = $table_name;
    return TRUE;
}

Re: UpdateTable of ChangePassword

Posted: Sun Feb 04, 2024 10:14 am
by arbei

If you are a registered user of v2024, you better seek help from support.


Re: UpdateTable of ChangePassword

Posted: Thu Feb 08, 2024 9:49 am
by mishanian

The support changed the template. now you can use first approach but in Page Load function:

    $table_name="users";
    $this->UpdateTable = $table_name;