Bug #3072
Found multiple accounts with the same name, phone number and registration date but different user IDs.
100%
Description
Found multiple accounts with the same name, phone number and registration date but different user IDs.
Files
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.