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

Alberto Consonn
ServiceNow Employee
ServiceNow Employee

Hi,

you can create a link (instance URL/user_registration_request.do)on service portal login page and redirect to the page where you can modify the form layout of user registration table. This is a workaround for this functionality to make this work on service portal.

If I have answered your question, please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.

Thank you

Cheers
Alberto

can you guide me with an example? iam not clear 

  1. open instance_url/$spd.do#/sp/editor/landing
  2. add widget Icon Link into the page (where you prefer)
  3. put the properties shown in the image below into the edit page of the Icon Link widget:

find_real_file.png

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