Bug 461 - Side effect of allowing a user to sign up with the same email address but a new, different student number.
Summary: Side effect of allowing a user to sign up with the same email address but a n...
Status: CONFIRMED
Alias: None
Product: Lab Report Repository (nor houzi)
Classification: Unclassified
Component: Run-time errors (show other bugs)
Version: unspecified
Hardware: PC Windows
: --- major
Assignee: YEBOAH MARTHA ASAMOAH
URL:
Depends on:
Blocks:
 
Reported: 2022-05-04 14:31 CST by YEBOAH MARTHA ASAMOAH
Modified: 2022-05-11 19:14 CST (History)
1 user (show)

See Also:


Attachments

Description YEBOAH MARTHA ASAMOAH 2022-05-04 14:31:04 CST
If the student logs in with the email address, he may get "Wrong Password" after logging out.

If the student logs in with the new student number, he won't get the message after logging out.

If the student logs in with the old student number, he won't get the message after logging out.

The relevant database table;

users_table

Student_ID, Email, Password
2016123, 1701699340@qq.com, password1
2022123, 1701699340@qq.com, password2

Note You need to log in before you can comment on or make changes to this bug.