string smarty_insert_generateauthkey(
$params $params, $smarty &$smarty)
|
|
Smarty insert function to dynamically generated an authorisation key
Available parameters:
- module: The well-known name of a module to execute a function from (required)
- assign: If set, the results are assigned to the corresponding variable instead of printed out
Example <input type="hidden" name="authid" value="<!--[insert name="genauthkey" module="Users" ]-->" />
Parameters
| $params |
$params |
|
| $smarty |
&$smarty |
|