Fórum

Accidentally deleted user in database....

thumbnail
Bruno Galvao, modificado 12 Anos atrás.

Accidentally deleted user in database....

Junior Member Postagens: 58 Data de Entrada: 26/08/11 Postagens Recentes
I deleted a user from the Users table in the database.
Now when I try to recreate the user in the Control Panel, I get the following error when i try the same screename:
"The screen name you requested is associated with an existing friendly URL. "

How do I remove the user's friendly URL?

Thanks,
Bruno
thumbnail
Arvind Mishra, modificado 12 Anos atrás.

RE: Accidentally deleted user in database....

Regular Member Postagens: 226 Data de Entrada: 13/02/08 Postagens Recentes
You can remove it from Layout table.
thumbnail
Bruno Galvao, modificado 12 Anos atrás.

RE: Accidentally deleted user in database....

Junior Member Postagens: 58 Data de Entrada: 26/08/11 Postagens Recentes
Arvind Mishra:
You can remove it from Layout table.



Hey Thanks for the information. How would I know which row belongs to the deleted user if there is no column with userId?
There are multiple rows with the friendly URL \home I just do know which one is the correct one to delete.

Thanks!
thumbnail
Bruno Galvao, modificado 12 Anos atrás.

RE: Accidentally deleted user in database....

Junior Member Postagens: 58 Data de Entrada: 26/08/11 Postagens Recentes
Bruno Galvao:
Arvind Mishra:
You can remove it from Layout table.



Hey Thanks for the information. How would I know which row belongs to the deleted user if there is no column with userId?
There are multiple rows with the friendly URL \home I just do know which one is the correct one to delete.

Thanks!



I deleted the user from the Groups_ table and I was able to recreate.
I did not have to delete anything from the Layout table.
Subhash Shah, modificado 11 Anos atrás.

RE: Accidentally deleted user in database....

Junior Member Postagens: 78 Data de Entrada: 30/11/11 Postagens Recentes
I know its an older thread, but just to update, I was facing the same problem but the solution worked for me too.
thumbnail
Mika Koivisto, modificado 11 Anos atrás.

RE: Accidentally deleted user in database....

Liferay Legend Postagens: 1519 Data de Entrada: 07/08/06 Postagens Recentes
Don't delete anything directly from the database use the API or UI otherwise you'll end up corrupting the the database.
thumbnail
Hitoshi Ozawa, modificado 11 Anos atrás.

RE: Accidentally deleted user in database....

Liferay Legend Postagens: 7942 Data de Entrada: 24/03/10 Postagens Recentes
Mika, these guys already corrupted their databases. User table is also related to the contact table and several other tables.

Also, if you're going to do any direct database operation (even though you're not really suppose to them on liferay tables),
create a backup so you'll be able to go back to what you had.

That said, it probably was better to recreate an user in the user table checking other tables for keys.