Log user update
Categories
Component ID
1172960
Component name
Log user update
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
865
Component created
Component changed
Component body
D7 port
Use case:
-----------
that module may be helpful when we need to get only the users that have changed
their informations only within a given time
Like apps consuming drupal as backend for mobile apps where the app storing user
informations and needs to be updated with users
changed their details from the last time the app worked.
Summary
This is a helper module for developers to log the user's last update time.
Usage
After installation the module is logging the user's update event in 'user_update' table.
There are three API function for the developers:
- log_user_update_save_update()
- log_user_update_delete_update()
- log_user_update_get_by_uid()
All of these functions has one parameter: the User's ID (uid) integer.
