{* * $Revision: 1.11 $ * If you want to customize this file, do not edit it directly since future upgrades * may overwrite it. Instead, copy it into a new directory called "local" and edit that * version. Gallery will look for that file first and use it if it exists. *}
{g->text text="The Registration module can accept new user registrations instantly, require the user to click a confirmation link in an email that is sent by the module, or require account activation by a site administrator."}
{g->text text="Choose policy:"}| {g->text text="Sender(From) Email Address:"} | |
| {g->text text="Confirmation Email Subject:"} | |
| {g->text text="Admin Email Subject:"} | |
| {g->text text="Username"} | {g->text text="Full Name"} | {g->text text="Email"} | {g->text text="Date"} | {g->text text="Action"} |
|---|---|---|---|---|
| {$user.userName} | {$user.fullName} | {$user.email} | {g->date timestamp=$user.creationTimestamp} | {g->text text="activate"} {g->text text="delete"} |