Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1016 Bytes

modules_user.md

File metadata and controls

39 lines (32 loc) · 1016 Bytes

Modules - user

The user module provides methods to retrieve user information not accessible through the content object or content node modules.

editlog

Dump list of users who have edited content in the last N months (defaults to 3) and who have edited more than 1 piece of content.

$ eep user editlog [<number of months>]

visit

Returns user visit information e.g. last login, login count

$ eep user visit <user_id>

addsubtreenotification

Adds a subtree notification

eep user addsubtreenotification <user_id> <node_id>

removesubtreenotification

Removes a subtree notification

eep user removesubtreenotification <user_id> <node_id>

listsubtreenotifications

Lists user's subtree notifications

eep user listsubtreenotifications <user_id>