This guide describes creating User Profiles for your Insites web application. For the tutorial examples in this section, it is assumed that you want to build a marketplace that connects Developers (who build marketplaces) with Clients (who want to hire them). To display a different UI based on their role in the marketplace, you will create two profiles: developer and client.
The easiest way to create and manage User Profiles on Insites is via the Instance Admin. A summary of the steps needed to create a User Profile is as follows:
Please visit our documentation on User Profiles for a complete guide on managing User Profiles on Insites.
To follow the steps in this tutorial, you must understand the required directory structure for your codebase, and the concept of users.
Creating a User Profile is a two-step process:
Create two yml files for the two User Profiles (developer and client) in the
app/user_profile_types/developer.yml
Explanation:
Similarly, add content to the
Save your User Profiles.
Congratulations! You have created User Profiles. Now you can create a sign-up form: Creating a Sign-Up Form.
Didn't quite find what you are looking for or have feedback on how we can make the content better then we would love to hear from you. Please provide us feedback and we will get back to you shortly.