attachment upload
[openafs-wiki.git] / Main / TWikiAdminUser.mdwn
1 # <a name="TWiki Administrator User"></a> TWiki Administrator User
2
3 The %TOPIC% 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 %TOPIC% using the password set in configure, and then log back out to the same User and Group as before.
4
5 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.
6
7 ### <a name="How to login as %TOPIC%"></a> How to login as %TOPIC%
8
9 - Login as the internal TWiki administrator:
10   - %ADMINLOGIN%
11 - Logout from Administrator:
12   - click the [[Logout link|Main/LOGOUTURL]]
13
14 **_%X% 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`.
15
16 ### <a name="Prerequisites"></a> Prerequisites
17
18 - `Security Setup : Sessions : {UserClientSession}` needs to be enabled in configure
19 - a configure password (otherwise the Admin login is automatically disabled.)
20 - If your TWiki is configured to use ApacheLoginManager, you will need to log in as a valid user first.
21
22 **_Related topics:_** [[TWikiUsers]], [[TWikiAdminGroup]], [[TWikiGroups]], [[TWikiAccessControl]]
23
24 ----