Page not found (404)

Request Method: GET
Request URL: https://app.ifinancepay.com/accounts/forgot-username/

Using the URLconf defined in base.urls, Django tried these URL patterns, in this order:

  1. accounts/ login/ [name='login']
  2. accounts/ password-change/ [name='password_change']
  3. accounts/ password-change/done/ [name='password_change_done']
  4. accounts/ password-reset/ [name='password_reset']
  5. accounts/ password-reset/done/ [name='password_reset_done']
  6. accounts/ reset/<uidb64>/<token>/ [name='password_reset_confirm']
  7. accounts/ reset/done/ [name='password_reset_complete']
  8. accounts/ verify-email/ [name='request_verify_email']
  9. accounts/ verify-email/confirm/<uidb64>/<token>/ [name='signup_verify_email']
  10. accounts/ logout/ [name='logout']
  11. accounts/ verify-otp/ [name='verify_otp']
  12. accounts/ resend-otp/ [name='resend_otp_login']
  13. accounts/ dev-otp/<str:email> [name='get_dev_otp_login']
  14. admin/reports/
  15. v1/api/accounts/
  16. v1/api/
  17. merchant/
  18. v1/api/merchant/
  19. admin/upload-return-files/<bmo_file_id> [name='upload_return_files_view']
  20. admin/upload-additional-files/<bmo_file_id> [name='upload_additional_files_view']
  21. admin/account-statement/<quote_id> [name='collections_statement_view']
  22. admin/collections/<quote_id> [name='collections_view']
  23. admin/notes/<quote_id> [name='notes_view']
  24. admin/tax-information/<quote_id> [name='tax_information_view']
  25. admin/campaign/<campaign_id>/print [name='print_campaign_giftcards']
  26. admin/giftcard/<giftcard_id>/print [name='print_giftcard']
  27. giftcard/<id>/ [name='redeem_giftcard']
  28. marqetakyc/<quote_id> [name='marqetakyc']
  29. admin/customer-info/<quote_id> [name='customer_info']
  30. admin/upload-customer-files/<quote_id> [name='upload_customer_files']
  31. admin/credit-reports/<quote_id> [name='credit_reports']
  32. admin/download-credit-reports/<quote_id>/<file_id> [name='download_credit_reports']
  33. admin/view-credit-report/<quote_id>/<file_id> [name='view_credit_report']
  34. download-customer-files/<quote_id>/<file_name> [name='download_customer_files']
  35. download-bank-files/<file_id>/<file_name> [name='download_bank_files']
  36. approval/<loan_id> [name='handle_manual_approval']
  37. resend-flinks/<loan_id> [name='flinks_resume_loan']
  38. resume-loan-process/<loan_id> [name='resume_loan_process']
  39. customer/
  40. admin/customer/
  41. admin/customer/<customer_id>/loans-summary [name='list_customer_loans']
  42. admin/ledgers/
  43. admin/loan-applications/
  44. admin/merchant/
  45. hooks/
  46. pulse [name='pulse']
  47. v1/api/help [name='help_api']
  48. admin/merchant/add-notes/<merchant_id> [name='add_notes_for_merchant']
  49. admin/merchant/files/<merchant_id> [name='merchant_files']
  50. admin/merchant/notes/<object_id> [name='merchant_notes']
  51. admin/merchantlead/add-notes/<merchant_lead_id> [name='add_notes_for_merchant_lead']
  52. download-kyc-customer-files/<quote_id>/<file_name> [name='download_kyc_customer_files']
  53. getquote/ [name='index_view']
  54. submitquote/ [name='index_view_post']
  55. getsin/ [name='sinform_view']
  56. paymentplans/ [name='paymentplans_view']
  57. connectbank/ [name='connectbank_view']
  58. connect-unlisted-bank/ [name='connectunlistedbank_view']
  59. confirmation/ [name='confirmation_view']
  60. error/ [name='error_view']
  61. success/ [name='success_view']
  62. terms/ [name='terms_view']
  63. privacy-policy/ [name='privacy_view']
  64. payment/<loan_id> [name='security_question_view']
  65. returning-customer/ [name='returning_customer_login']
  66. apply-voucher/ [name='apply_voucher']
  67. returning-customer/apply-voucher/ [name='returning_customer_apply_voucher']
  68. id-verification/ [name='id_verification']
  69. switch_language [name='switch_language']
  70. getquote-in [name='switch_quote_language']
  71. OneSignalSDKWorker.js
  72. OneSignalSDKUpdaterWorker.js
  73. loan-calculator/ [name='public_loan_calculator']
  74. resend [name='resend_otp']
  75. flinks-report/ [name='flinks_report_confirmation_view']
  76. apply-for-credit/ [name='applyforcredit_view']
  77. tax-resident/ [name='taxresident_view']
  78. credit-approval/ [name='credit_approval_view']
  79. credit-confirmation/ [name='credit_confirmation_view']
  80. apply-for-credit-in [name='switch_apply_credit_language']
  81. admin/webshell/
  82. admin/
  83. task_manager/

The current path, accounts/forgot-username/, didn’t match any of these.

You’re seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.