< < |
META TOPICINFO | PeterThoeny | date="1022686560" format="1.0" version="1.26" |
|
> > |
META TOPICINFO | PeterThoeny | date="1041128291" format="1.0" version="1.27" |
|
|
TOC: No TOC in "TWiki.TWikiAccessControl"
|
|
Managing Users
|
< < |
A user is created with the TWikiRegistration form. The process generates a topic in the Main web in the new user's WikiName. The default visitor name is TWikiGuest.
|
> > |
A user can create an account in TWikiRegistration. The following actions are performed:
|
|
|
< < |
- Users can be authenticated using Basic Authentication (htaccess) or SSL (secure server). In either case, TWikiUserAuthentication is required in order to track user identities, and use User and Group access control.
|
> > |
- WikiName and encrypted password are recorded in
.htpasswd if authentication is enabled.
- A confirmation e-mail is sent to the user.
- A user home page with the WikiName of the user is created in the Main web.
- The user is added to the TWikiUsers topic.
Users can be authenticated using Basic Authentication (htaccess) or SSL (secure server). In either case, TWikiUserAuthentication is required in order to track user identities, and use User and Group access control.
The default visitor name is TWikiGuest. This is the non-authenticated user.
|
|
Managing Groups
|