-
Realistically, phone numbers should be at least 3 digit long, but typing "0" into the phone attribute is accepted.
[original: nus-cs2103-AY2324S2/pe-interim#1185] [original labels: severity.Low …
-
Step:
1. Enter " add id/E7654321 n/Betsy Crowe t/TA e/betsycrowe@example.com p/ 111133334444555" in the command panel.
Expected: Able to save the user information.
Actual: Error message "Phone numbe…
-
### Is your feature request related to a problem? Please describe.
Implement a password strength validation feature to ensure that users create strong and secure passwords, enhancing the overall secu…
-
Problem: When I type intake year 0000, the intake is shortened to 0 when it should have been 1000
![Screenshot 2024-04-19 161951.png](https://raw.githubusercontent.com/nus-cs2103-AY2324S2/pe/master/f…
-
Input string '0355264698' is not a valid number. Path 'Time', line 1, position 151.
Newtonsoft.Json.JsonReaderException: Input string '0355264698' is not a valid number. Path 'Time', line 1, positio…
-
i did setup my laravel 10 project with PHP version 8.3 and install "pragmarx/google2fa-laravel": "^2.2","bacon/bacon-qr-code": "^3.0"
I have two domains
Here, first domain it working fine but seco…
-
#### Is this a bug, enhancement, or feature request?
Bug
#### Describe your proposal.
We use Fundamental DateRange in our project extensively. We need to implement localization based on user…
-
In our project we validate email addresses using `z.string().email()`, a user reported that he couldn't signup since his email was containing an `&` (`user&user@company.com`).
According to the emai…
-
While it is common to have pet id with more than 4 digits because pet ids can generated in this way:
eg. first 2 digits represents XX, next 3 digits represents YY.
It is common for any animal shelter …
-
Currently the date inputs contain the `pattern=[0-9]*` attribute.
This was previously recommended in order to make mobile devices display the digit keyboard instead of the standard qwerty keyboard.…