how to include user registration feature in my service portal

AbdulRahim
Tera Contributor

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 

1 ACCEPTED SOLUTION

Hi,

You require a plugin to install to have user self registration feature enabled

https://docs.servicenow.com/bundle/madrid-platform-administration/page/administer/users-and-groups/c...

 

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

View solution in original post

12 REPLIES 12

AbdulRahim
Tera Contributor

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 

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

Thanks Deepak for the help !