- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2019 01:56 AM
i have created my own portal how can i add user registration feature into my portal ? the data should get stored in to the out of the box user table (sys_user) .
after registration the user should be able to login in the portal using userid and password .
please guide me step by step
Solved! Go to Solution.
- Labels:
-
Service Portfolio Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2019 02:51 AM
Hi,
You require a plugin to install to have user self registration feature enabled
Note: Please mark reply as correct if it has answered your question or mark it has helpful if it has assisted you to find a solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2019 03:10 AM
because end users will access my ecommerce website through service portal i want some registration feature so that i can store user data and later on authenticate them
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2019 03:32 AM
Okay, here would be the approach and design at high level
1) Create Service Portal page and make it as public
2) Create Widget for registration and make it as public
3) Write your code inside widget and create a record target table
Note: Please mark reply as correct if it has answered your question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2019 07:40 AM