Currently, curbing mobile money fraud in the country is nearly impossible. To tackle this issue, we propose developing a real-time database that allows users to query and determine if a phone number is likely fraudulent based on public contributions, especially from those who have experienced fraud.
Endpoint: /api/admin/password/change
Method: POST
Description: Allows admins to reset their password after a successful code verification.
Authorization Required: No
Parameters:
Email Address: Admin's email address.
New Password: New password to be set.
Validations:
New Password:
Must meet complexity requirements.
Must be different from the previous password.
Feedback:
Success: "Password changed successfully."
Failure: "Failed to change password. Please ensure your new password meets all requirements."
Endpoint: /api/admin/password/change Method: POST Description: Allows admins to reset their password after a successful code verification. Authorization Required: No
Parameters: Email Address: Admin's email address. New Password: New password to be set.
Validations: New Password: Must meet complexity requirements. Must be different from the previous password.
Feedback: Success: "Password changed successfully." Failure: "Failed to change password. Please ensure your new password meets all requirements."