Admin-type accounts are displaying on the Table Permissions page with inaccurate table permissions


Cause

The account has related records in UGP (User and Group Permissions)

NOTE: This typically occurs when a user or teacher type account that had permissions applied is changed to an admin-type account.


Resolution

Remove the UGP records associated with the admin account; admin accounts inherently have all permissions, so this will not affect the user's access.


Example:

UPDATE UGP 
SET DEL = 1 
WHERE UID = [userIDhere]