Project

General

Profile

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.

Status:
Reopened
Priority:
Normal
Target version:
Start date:
07/11/2024
Due date:
12/05/2024 (about 16 months late)
% Done:

100%

Estimated time:
Milestone:
Sprint 21 Tukxi Ride 2024 July 01 to July 31
Branch name:
sprint-20_shaheel_3072

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
#1

Updated by Jithin Kuriakose over 1 year ago

  • Assignee changed from Jithin Kuriakose to shaheel Navas
#2

Updated by shaheel Navas over 1 year ago

  • Status changed from New to In Progress
#3

Updated by shaheel Navas over 1 year ago

  • Status changed from In Progress to Resolved
#4

Updated by Jithin Kuriakose over 1 year ago

  • Branch name set to sprint-20_shaheel_3072
#5

Updated by shaheel Navas over 1 year ago

api/registerRiderOTP.php

#7

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`));

#8

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`));

#9

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`));-

#10

Updated by Jithin Kuriakose over 1 year ago

  • Status changed from Resolved to QA Ready
#11

Updated by Shalu T S over 1 year ago

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.

#12

Updated by Shalu T S over 1 year ago

  • Status changed from QA Passed to Reopened
#13

Updated by shaheel Navas over 1 year ago

  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. - Fixed
  2. Country code is not showing in rider data for the accounts created using phone number >> Otp. - *need to pass PhoneCode from Mobile device *
#15

Updated by shaheel Navas over 1 year ago

  • Status changed from Reopened to Resolved
#16

Updated by shaheel Navas over 1 year ago

  • % Done changed from 0 to 100
#19

Updated by Jithin Kuriakose over 1 year ago

  • Status changed from Resolved to QA Ready
#20

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

#23

Updated by Shalu T S over 1 year ago

Observed issue in production.

#24

Updated by Anupama P over 1 year ago

  • Assignee changed from shaheel Navas to Anandhu P Kumar

Also available in: Atom PDF