Actions
BUG #4084
opendev #4299: [SQA] : Auth module
[SQA] Sign Up allows Agency name with only numbers
Start date:
01/21/2026
Due date:
% Done:
100%
Estimated time:
Description
Issue Description
During the Sign Up process, the Agency Name field allows users to enter only numeric characters (e.g. 1234) and create an account, which should not be permitted as per standard.
Module / Page
Sign Up
Module Section
Agency Name Field
Screen Size
All Devices
Steps to Reproduce¶
- Navigate to the Sign Up page.
- Enter an agency name containing only numbers (e.g.,
123). - Complete or attempt to proceed with the Sign Up process.
Expected Result
The Agency Name field should not allow only numeric characters, or an appropriate validation error message should be displayed.
Actual Result
The system accepts only numbers in the Agency Name field without any validation error.
Attachments
SS/Video
Types of Issue
Functional Issue
Root Cause:
lack of validation
Impacted Area:
signup form
Actions