First login

Component ID

1166844

Component name

First login

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

2273

Component created

Component changed

Component body

A simple utility module which enables the use of "first logins". With this module the site admin can enable content or do things that appear only on the first login for users by using modules like Context or Views. Couple useful functions are included for use in custom modules.

Integration with other modules

First login will integrate nicely with both Views (field + filter) and Context (condition).

First login also provides a couple utility functions to set and get first login data. Initial data is either "status" or "count". See code for more information:

first_login_set_data($account, $data = array(), $reset = FALSE)
first_login_get_data($uid = NULL, $key = NULL)