delete user email

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 7 años
Hi,
I want to open a new user with a specific email and he tells me "this email already exists".
I've search the list of users and did not find this email.
Apparently, there was a user with this email in the past and this user was deleted.
How do I delete it completely from the system so that I can make a user with this email again?

Thanks
Hace 7 años
orann1 wrote:
Hi,
I want to open a new user with a specific email and he tells me "this email already exists".
I've search the list of users and did not find this email.
Apparently, there was a user with this email in the past and this user was deleted.
How do I delete it completely from the system so that I can make a user with this email again?

Thanks


If I have this situation occurs, the deleted email in the site database.
Hace 7 años
Can you explain to me exactly how I delete?
I should delete from a table in the SQL? (What exactly Table)
Or I can delete the user from the code behind the site?
Hace 7 años
orann1 wrote:
Can you explain to me exactly how I delete?
I should delete from a table in the SQL? (What exactly Table)
Or I can delete the user from the code behind the site?


You can change or rename  the old customer email from SQL
Hace 7 años
Ok, but I've deleted the user in the past
Hace 7 años
Deleting a Customer in nopCommerce Admin just sets the 'Deleted' field on the record in the underlying database table.  See this FAQ  (although you will need to use SQL now to do same if the setting was not already 'true').
Hace 7 años
sohel wrote:
You can change or rename  the old customer email from SQL


You have problems with understanding. If you don't want to read, understand and try to help with what you are asked, then it is better for you not to answer at all...
Hace 7 años
orann1 wrote:
Can you explain to me exactly how I delete?
I should delete from a table in the SQL? (What exactly Table)
Or I can delete the user from the code behind the site?


Watch this video for example: https://www.youtube.com/watch?v=qSHopE3ISkI
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.