TWiki::Users
$login
- user login name. If undef
, $wikiname
will be used as the login name.
$wikiname
- user wikiname. If undef
, the user mapper will be asked to provide it.
$password
- password. If undef, a password will be generated.
$mcp
- must change password flag.
$wn
- wikiname to look up
$email
- email address to look up
{name}
- name of field, such as "email"
{title}
- title of field, such as "E-mail"
{value}
- value of field, such as "jimmy@example.com"
{type}
- type of field: text
, password
, checkbox
, label
{size}
- size of field, such as 40
{note}
- comment note, if any
{name}
and {value}
are used.
my $iterator = $umm->eachUser(); while ($iterator->hasNext()) { my $user = $iterator->next(); ... }
Copyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Daya Bay? Send feedback Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.TWikiUsersDotPm. |