You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
Context
Because of connections between user accounts, we need to maintain user's data access when an account is deleted. However, we should not maintain the email account in the database.
Expected Behavior
Inactive users are maintained for data connection history, but are no longer locked to a specific email account
Current Behavior
Creating a user with the same email address as a deleted user autopopulates their username with "inactivated user"
Example: Created an account in QA server and set up profile. Logged into admin account and deleted the new user. When I created a new account with the deleted email address, I wasn't prompted to set a name and accept the user agreement. I was taken to my profile page where it showed my name as Inactivated User.
I uploaded a sighting and deleted the user. The sighting remains in the system.
Following the link to the inactivated user's page from the sighting leads here:
Restoring the account also restores the previously submitted sightings. I manually updated the account name to test if it would link back to the original uploader.
QA Verification
Create user with test email
Create sighting for that user
Delete user
Verify sighting is now assigned to inactive user
create new user with test email
fresh new user created; no sightings, has to verify email, has to accept data agreement
The text was updated successfully, but these errors were encountered:
TanyaStere42
changed the title
2.1 Creating a user with the same email address as a deleted user autopopulates their username with "inactivated user"
Deleted user's sightings are maintained but email is removed from database
Jul 21, 2023
TanyaStere42
changed the title
Deleted user's sightings are maintained but email is removed from database
Email stays associated with deleted user account
Jul 24, 2023
Context
Because of connections between user accounts, we need to maintain user's data access when an account is deleted. However, we should not maintain the email account in the database.
Expected Behavior
Inactive users are maintained for data connection history, but are no longer locked to a specific email account
Current Behavior
Creating a user with the same email address as a deleted user autopopulates their username with "inactivated user"
Example: Created an account in QA server and set up profile. Logged into admin account and deleted the new user. When I created a new account with the deleted email address, I wasn't prompted to set a name and accept the user agreement. I was taken to my profile page where it showed my name as Inactivated User.
I uploaded a sighting and deleted the user. The sighting remains in the system.
Following the link to the inactivated user's page from the sighting leads here:
Restoring the account also restores the previously submitted sightings. I manually updated the account name to test if it would link back to the original uploader.
QA Verification
The text was updated successfully, but these errors were encountered: