Version 1.40 (checked in on 2010/03/01 at 07:39:12 by dries)
Install, update and uninstall functions for the user module.
| Name | Description |
|---|---|
| user_install | Implements hook_install(). |
| user_schema | Implements hook_schema(). |
| user_update_7000 | Increase the length of the password field to accommodate better hashes. |
| user_update_7001 | |
| user_update_7002 | Convert user time zones from time zone offsets to time zone names. |
| user_update_7003 | Update user settings for cancelling user accounts. |
| user_update_7004 | Add the user's pictures to the {file} table and make them managed files. |
| user_update_7005 | Change the users table to allow longer email addresses - 254 characters instead of 64. |
| user_update_7006 | Add module data to {role_permission}. |