Tags:
view all tags
---+ Package =TWiki::Users= Singleton object that handles mapping of users to wikinames and vice versa, and user authentication checking. %TOC% ---++ ClassMethod *new* <tt>($session,$impl)</tt> Construct the user management object ---++ ObjectMethod *finish* <tt></tt> Complete processing after the client's HTTP request has been responded to. 1 breaking circular references to allow garbage collection in persistent environments ---++ ObjectMethod *findUser* <tt>($name[,$wikiname][,$nocreate]) -> $userObject</tt> * =$name= - login name or wiki name * =$wikiname= - optional, wikiname for created user * =$nocreate= - optional, disable creation of user object for user not found Find the user object corresponding to =$name=, which may be either a login name or a wiki name. If =$name= is found (either in the list of login names or the list of wiki names) the corresponding user object is returned. In this case =$wikiname= is ignored. If they are not found, and =$nocreate= is true, then return undef. If =$nocreate= is false, then a user object is returned even if the user is not known. If =$nocreate= is false, and no =$wikiname= is given, then the =$name= is used for both login name and wiki name. If nocreate is off, then a default user will be created with their wikiname set the same as their login name. This user/wiki name pair can be overridden by a later createUser call when the correct wikiname is known, if necessary. ---++ ObjectMethod *findUserByEmail* <tt>($email) -> \@users</tt> * =$email= - email address to look up Return a list of user objects for the users that have this email registered with the password manager. ---++ ObjectMethod *createUser* <tt>($login,$wikiname) -> $userobject</tt> Create a user, and insert them in the maps (overwriting any current entry). Use this instead of findUser when you want to be sure you are not going to pick up any default user created by findUser. All parameters are required. ---++ ObjectMethod *addUserToMapping* <tt>($user) -> $topicName</tt> Add a user to the persistant mapping that maps from usernames to wikinames and vice-versa.
Editar
|
Anexar
|
Watch
|
Im
p
rimir
|
H
istórico
:
r8
|
r5
<
r4
<
r3
<
r2
|
We
b
|
V
er tópico
|
Editar modo texto
|
Mais ações de tópico...
Versão do tópico: r3 - 16 Jan 2007
-
TWikiContributor
Home
Site map
Main web
Sandbox web
TWiki web
Web TWiki
User registration
Usuários
Grupos
Índice
Busca
Alterações
Notificações
Fonte RSS
Estatísticas
Preferências
Ver
Raw View
Print version
Find backlinks
History
More topic actions
Editar
Editar modo texto
Attach file or image
Editar preferências do tópico
Marcar novo tópico pai
More topic actions
Referência do usuário
ATasteOfTWiki
TextFormattingRules
TWikiVariables
FormattedSearch
QuerySearch
TWikiDocGraphics
TWikiSkinBrowser
InstalledPlugins
Manutenção Administrativa
Reference Manual
InterWikis
ManagingUsers
ManagingWebs
TWikiSiteTools
TWikiPreferences
WebPreferences
Categorias
Admin Documentation
Admin Tools
Developer Doc
User Documentation
User Tools
Account
Iniciar sessão
Български
Cesky
Dansk
Deutsch
English
Español
_Français_
Italiano
日本語
한글
Nederlands
Polski
Português
Русский
Svenska
简体中文
簡體中文
Editar
Anexar
Copyright © 1999-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Idéias, solicitações, problemas com relação ao TWiki?
Nos dê um retorno
Note:
Please contribute updates to this topic on TWiki.org at
TWiki:TWiki.TWikiUsersDotPm
.