Table users in database OJS 3.1.2

Hello,

I am using OJS 3.1.2, and I was looking for some users in the users table of the database. And I realize that the columns First name and Last name are not found in this users table. In which table these fields are stored in the database.

Thanks.

Hi @diegomejia07,

Look in the user_settings table, with setting_name of familyName or givenName.

Regards,
Alec Smecher
Public Knowledge Project Team

Hi @asmecher,

Thanks for your reply.