This project is not covered by Drupal’s security advisory policy.

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)

Project information

Releases