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_reset view method for forgotten password on the Customer UI

This 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_done view method for forgotten password on the Customer UI

This 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_confirm view method for forgotten password on the Customer UI

This 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_complete view method for forgotten password on theCustomer UI

This shows an acknowledgement to the user after successfully resetting their password for the system.