CDR-Stats Views¶
cdr_view¶
cdr_detail¶
cdr_dashboard¶
cdr_overview¶
cdr_realtime¶
cdr_daily_comparison¶
cdr_concurrent_calls¶
world_map_view¶
mail_report¶
customer_detail_change¶
alarm_list¶
alarm_add¶
alarm_del¶
alarm_change¶
alarm_test¶
alert_report¶
trust_control¶
index¶
diagnostic¶
login_view¶
logout_view¶
pleaselog¶
voip_rates¶
export_rate¶
simulator¶
billing_report¶
cust_password_reset¶
mod_registration.views.cust_password_reset(request)¶Use
django.contrib.auth.views.password_resetview method for forgotten password on the Customer UIThis method sends an e-mail to the user’s email-id which is entered in
password_reset_form
cust_password_reset_done¶
mod_registration.views.cust_password_reset_done(request)¶Use
django.contrib.auth.views.password_reset_doneview method for forgotten password on the Customer UIThis will show a message to the user who is seeking to reset their password.
cust_password_reset_confirm¶
mod_registration.views.cust_password_reset_confirm(request, uidb64=None, token=None)¶Use
django.contrib.auth.views.password_reset_confirmview method for forgotten password on the Customer UIThis will allow a user to reset their password.
cust_password_reset_complete¶
mod_registration.views.cust_password_reset_complete(request)¶Use
django.contrib.auth.views.password_reset_completeview method for forgotten password on theCustomer UIThis shows an acknowledgement to the user after successfully resetting their password for the system.