- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2022 07:53 PM
The self-registration feature is used to allow external users to register their own users.
The following two tables were automatically generated when configured from the User Registration Configurations module.
・u_user_acti_req_160625
・u_self_reg_user_profile_160625
What were these tables created for? Where is it used?
I would like to know if it is necessary.
best regards
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2022 08:38 PM
Hi
Actually, there are three tables involved in this process.
1. User Registration table - (u_user_reg_req_<number>) - Where registration form information is saved. (It's the first step of ServiceNow Database entry).
2. User Activation Table - (u_user_acti_req_<number>) - Label and name of this table used for user activation. The activation table contains records of the users who have completed verification.
3. User Self Registered Table - (u_self_reg_user_profile_<number>) - All the self-registered users are stored in this table.
refer to this doc: https://docs.servicenow.com/en-US/bundle/sandiego-platform-administration/page/integrate/authentication/task/external-user-configuration.html
Regards,
Snehangshu Sarkar
Please mark my answer as correct if it resolves your query.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2022 08:38 PM
Hi
Actually, there are three tables involved in this process.
1. User Registration table - (u_user_reg_req_<number>) - Where registration form information is saved. (It's the first step of ServiceNow Database entry).
2. User Activation Table - (u_user_acti_req_<number>) - Label and name of this table used for user activation. The activation table contains records of the users who have completed verification.
3. User Self Registered Table - (u_self_reg_user_profile_<number>) - All the self-registered users are stored in this table.
refer to this doc: https://docs.servicenow.com/en-US/bundle/sandiego-platform-administration/page/integrate/authentication/task/external-user-configuration.html
Regards,
Snehangshu Sarkar
Please mark my answer as correct if it resolves your query.