ValuesDefault
Define a default value for a user value variable.
Synopsis
You can set defaults for multiple user value variables at
once by using the Perl-style "here document" syntax,
as follows:
ValuesDefault <<EOV
name1 value1
name2 value2
EOV
|
Scope
This directive is only available for use in the local
(catalog.cfg) configuration file.
It will not affect any other website in any way.
This directive will not work in the global
(interchange.cfg) configuration file.
Description
This directive initialises a user value variable to a chosen
value whenever a new user session is created.
Example
Initialise a user's name to "New User"
ValuesDefault fname New
ValuesDefault lname User
|
See also