Bug #3072
Found multiple accounts with the same name, phone number and registration date but different user IDs.
Added by Shalu T S over 1 year ago. Updated over 1 year ago.
100%
Description
Found multiple accounts with the same name, phone number and registration date but different user IDs.
Files
| IMG-20240711-WA0015.jpg (14.6 KB) IMG-20240711-WA0015.jpg | Shalu T S, 07/11/2024 03:33 AM | ||
| IMG-20240711-WA0016.jpg (15 KB) IMG-20240711-WA0016.jpg | Shalu T S, 07/11/2024 03:33 AM | ||
| IMG-20240711-WA0017.jpg (15.3 KB) IMG-20240711-WA0017.jpg | Shalu T S, 07/11/2024 03:33 AM | ||
| IMG-20240711-WA0014.jpg (18.1 KB) IMG-20240711-WA0014.jpg | Shalu T S, 07/11/2024 03:33 AM | ||
| 2024-08-12_11h48_27.png (26.9 KB) 2024-08-12_11h48_27.png | Shalu T S, 08/12/2024 02:20 AM | ||
| Screenshot_20240819-181220[1].png (70.4 KB) Screenshot_20240819-181220[1].png | Shalu T S, 08/19/2024 08:43 AM | ||
| 2024-12-05_12h11_30.png (43.6 KB) 2024-12-05_12h11_30.png | Shalu T S, 12/05/2024 01:42 AM |
Updated by Jithin Kuriakose over 1 year ago
- Assignee changed from Jithin Kuriakose to shaheel Navas
Updated by shaheel Navas over 1 year ago
CREATE TABLE `ridedoot_mine`.`driver_rider_otp_verification` (
`iOtpVerifyId` INT NOT NULL AUTO_INCREMENT COMMENT ' ',
`vUserType` ENUM NULL,
`vOtpVerificationId` VARCHAR NULL,
`vDeviceId` VARCHAR NULL,
`dCreatedAt` DATETIME NOT NULL DEFAULT now(),
PRIMARY KEY (`iOtpVerifyId`));
Updated by shaheel Navas over 1 year ago
shaheel Navas wrote in #note-7:
CREATE TABLE `ridedoot_mine`.`driver_rider_otp_verification` (
`iOtpVerifyId` INT NOT NULL AUTO_INCREMENT COMMENT ' ',
`vUserType` ENUM NULL,
`vVerificationId` VARCHAR NULL,
`vDeviceId` VARCHAR NULL,
`dCreatedAt` DATETIME NOT NULL DEFAULT now(),
PRIMARY KEY (`iOtpVerifyId`));
Updated by shaheel Navas over 1 year ago
-shaheel Navas wrote in #note-8:
shaheel Navas wrote in #note-7:
CREATE TABLE `ridedoot_mine`.`driver_rider_otp_verification` (
`iOtpVerifyId` INT NOT NULL AUTO_INCREMENT COMMENT ' ',
`vUserType` ENUM NULL,
`vVerificationId` VARCHAR NULL,
`vDeviceId` VARCHAR NULL,
`dCreatedAt` DATETIME NOT NULL DEFAULT now(),
PRIMARY KEY (`iOtpVerifyId`));-
Updated by Shalu T S over 1 year ago
- File 2024-08-12_11h48_27.png 2024-08-12_11h48_27.png added
- Status changed from QA Ready to QA Passed
1. The mobile number is not validating on the registration page, we can create a new account using the phone number used for another account.
Step:- Create an account using mobile number >> Log out of the account >> Go to other login methods >> Register a new account with the same phone number >> Check both accounts in the backend.
2. Country code is not showing in rider data for the accounts created using phone number >> Otp.
Updated by shaheel Navas over 1 year ago
- The mobile number is not validating on the registration page, we can create a new account using the phone number used for another account.
Step:- Create an account using mobile number >> Log out of the account >> Go to other login methods >> Register a new account with the same phone number >> Check both accounts in the backend. - Fixed - Country code is not showing in rider data for the accounts created using phone number >> Otp. - *need to pass PhoneCode from Mobile device *
Updated by Shalu T S over 1 year ago
- Status changed from QA Ready to QA Passed
1. The mobile number is not validating on the registration page, we can create a new account using the phone number used for another account.
Step:- Create an account using mobile number >> Log out of the account >> Go to other login methods >> Register a new account with the same phone number >> Check both accounts in the backend. Issue Fixed
Updated by Shalu T S over 1 year ago
Updated by Shalu T S over 1 year ago
- File 2024-12-05_12h11_30.png 2024-12-05_12h11_30.png added
- Due date set to 12/05/2024
- Status changed from QA Passed to Reopened
Observed issue in production.