README.txt |
README.txt |
|
The User Import Framework (UIF) module provides simple, extensible user import via CSV (comma-separated value) files. The guiding philosophy is to make the import process as simple as possible for the end-user (the user doing the import). Hooks allow… |
uif.admin.inc |
uif.admin.inc |
|
Simple, extensible user import from a CSV file. |
uif.css |
uif.css |
|
#uif_user_preview table {
border: 1px solid #999;
margin-bottom: 1em;
}
div.uif_help_section {
font-size: .85em;
color: #555;
margin: .6em 0;
} |
uif.info |
uif.info |
|
name = User Import Framework
description = Simple, extensible user import from a CSV file.
core = 7.x
package = User import
files[] = uif.test |
uif.install |
uif.install |
|
Simple, extensible user import from a CSV file. |
uif.module |
uif.module |
|
Simple, extensible user import from a CSV file. |
uif.test |
uif.test |
|
UIF test code. |