InternalUserManagement
@firecms/core / InternalUserManagement
Type Alias: InternalUserManagement<USER>
Section titled “Type Alias: InternalUserManagement<USER>”InternalUserManagement<
USER> =object
Defined in: types/internal_user_management.ts:3
Type Parameters
Section titled “Type Parameters”Properties
Section titled “Properties”getUser()
Section titled “getUser()”getUser: (
uid) =>USER|null
Defined in: types/internal_user_management.ts:22
Function to get a user by its uid. This is used to show user information when assigning ownership of an entity.
You can pass your own implementation if you want to show more information about the user.
If you are using the FireCMS user management plugin, this function will be implemented automatically.
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”USER | null
users:
USER[]
Defined in: types/internal_user_management.ts:8
List of users to be managed by the CMS.