Releases: bryanheinz/python-macusers
Releases · bryanheinz/python-macusers
v1.0.0
v1.0.0 - 2024-02-28
Added
User()class which contains user detailsprimary()function to supersedeconsole()admins()function to return a list of adminUser()group_member()function to check if a user is in a groupfv_access()function to check if a user has FileVault accessapfs_owner()function to check if a user is an APFS volume ownersecure_token_status()function to check if the user has a secure tokenusers()function can now filter by primary group IDs- This changelog
Changed
users()now finds users by finding users with a shellusers()now returns a list of User class- Deprecated
console()function, useprimary().username for similar functionality
Fixed
users()now returns more than just "root"