CCK Password Field
Component ID
714014
Component name
CCK Password Field
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
3531
Component created
Component changed
Component body
Module by hefox.
CCK Password field defines a basic CCK password field.
Widgets include the a normal password textfield and a drupal password confirm.
Passwords can be stored as text or md5 (hashed) by default, and md5+ salt if salt module is installed (a hook is supplied to expand on available options).
Hashed passwords that have been set are not retrievable as their original value as they have been hashed.
Passwords fields that have been set will have a delete check box.
Warning: required will not work correctly, as I haven't figured out how to make it work..
