TWiki Administrator User
The
TWikiAdminUser has been added to TWiki 4.2.0 to make it possible to login without needing to create a TWiki User,
or to temporarily login as
TWikiAdminUser using the password set in configure, and then log back out to the same User and Group as before.
This means it is no longer necessary to add yourself to the
TWikiAdminGroup, and you will be able to quicky
change to Admin User (and back to your user) only when you need to.
- Login as the internal TWiki administrator:
- Logout from Administrator:
NOTE: If you lock yourself out of TWikiAdminUser during setup activities or have forgotten the configure password,
you can unset the configure password by editing the
lib/LocalSite.cfg
file and deleting the line that starts
with
$TWiki::cfg{Password}
and then set it again by saving your settings in
configure
.
Prerequisites
-
Security Setup : Sessions : {UserClientSession}
needs to be enabled in configure
- a configure password (otherwise the Admin login is automatically disabled.)
- If your TWiki is configured to use ApacheLoginManager, you will need to log in as a valid user first.
Related topics: TWikiUsers,
TWikiAdminGroup,
TWikiGroups,
TWikiAccessControl