I need your guys’ help. I am pretty new to webdevelopment. I am re-building an existing website (that was hard coded) with WordPress for a “client”. It’s basically a jobboard for which databases for the users already exist. I now need to implement registration and login functionality with multiple user roles (job listers and job seekers basically). So here is my problem:
• l am not proficient enough AT ALL to write my own plugin with password hashing and salting and data transmission via REST API (I have used REST API on the jobboard for instance)
• I HAVE to use the w_users database as well right?
Since the login functionality on wp depends on this database I assume? If so i havent found a plugin yet to add more information to the users (the registration form is about 6 form pages -> ~40 fields, all of which should be linked to the user).
Any help would be HIGHLY appreciated!!
[ad_2]