Support A2Billing :

provided by Star2Billing S.L.

Support A2Billing :
It is currently Thu Apr 18, 2024 7:15 am
VoIP Billing solution


All times are UTC




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: BLANK PAGE after customer changes password
PostPosted: Sun Nov 23, 2008 7:51 am 
Offline

Joined: Sun Nov 23, 2008 12:36 am
Posts: 12
Hello,

This is a request to handle the customer password change request properly. This issue has been discussed in the forums at
http://forum.asterisk2billing.org/viewt ... 9204#19204.

After the customer changes his password, it takes him to a BLANK PAGE when he clicks on any link on the nagivation menu.

Aft the customer changes his password, it should display and page "Password successfuly changed" and all the other links should be operational.

Regards,
Coolreddy


Top
 Profile  
 
 Post subject:
PostPosted: Tue Mar 17, 2009 7:24 pm 
Offline

Joined: Mon Apr 14, 2008 8:37 pm
Posts: 356
Location: Canada
On line 30 replace whats there with this:

Code:
if($form_action=="ask-update")
{
    $instance_sub_table = new Table('cc_card');
    $QUERY = "UPDATE cc_card SET  uipass= '".$NewPassword."' WHERE ( ID = ".$_SESSION["card_id"]." ) ";

   // change session variable as well..
   $_SESSION['pr_password'] = $NewPassword;

    $result = $instance_sub_table -> SQLExec ($HD_Form -> DBHandle, $QUERY, 0);
}


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 
VoIP Billing solution


All times are UTC


Who is online

Users browsing this forum: No registered users and 11 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group