- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-29-2022 10:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-29-2022 10:35 AM
Hello,
Please find the official documentation for the same:-
Please mark my answer as correct based on Impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-29-2022 12:21 PM
Hi, "technically" you can encrypt columns of sys_user table, but it may prevent users from logging in.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-29-2022 10:35 AM
Hello,
Please find the official documentation for the same:-
Please mark my answer as correct based on Impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-29-2022 12:21 PM
Hi, "technically" you can encrypt columns of sys_user table, but it may prevent users from logging in.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-30-2022 10:37 AM
Hi Appli
I have a doubt in the below statement to get the sys_user table to be .displayed in the drop downlist in field encryption.
I dont understand the below statement , could you please elaborate with steps ? .
System tables cannot be encrypted using column level encryption by default. To allow encryption these tables, add an attribute named glide_encrypted_whitelist with a value of true to the sys* tables collection record.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-01-2022 12:31 AM
Hi, it should be added to the list of attributes as glide_encrypted_whitelist=True to corresponding dictionary entry.