[1356] Latest edit on
2008-11-20 09:33:50 by
NilsLindenberg [clarification how to reach the module]
Additions:
WikkaWiki 1.1.6.4 introduces a new system page, AdminUsers (located in the CategoryAdmin) , accessible by system administrators to facilitate various user management tasks. This code has been extensively beta-tested in previous versions, and has been enhanced for 1.1.6.4 to include user deletions and session management. You can add this module to every wikipage using {{adminusers}}.
Deletions:
WikkaWiki 1.1.6.4 introduces a new system page, AdminUsers, accessible by system administrators to facilitate various user management tasks. This code has been extensively beta-tested in previous versions, and has been enhanced for 1.1.6.4 to include user deletions and session management.
[1193] Edited on
2008-11-01 23:23:06 by
DarTar [Removed HomePage link]
Deletions:
HomePage
[913] Edited on
2008-02-23 06:26:06 by
DarTar [adding feature list]
Additions:
WikkaWiki 1.1.6.4 introduces a new system page, AdminUsers, accessible by system administrators to facilitate various user management tasks. This code has been extensively beta-tested in previous versions, and has been enhanced for 1.1.6.4 to include user deletions and session management.
Features
- Display a pageable, sortable and searchable list of registered users, including:
- Username and userpage (if any)
- Registered email address
- Sign-up time
- Registration IP address (forthcoming)
- Display user statistics:
- Display user's owned pages
- Display user's comments
- Display user's changes
- Allow wiki admins to perform specific actions on single or multiple users:
- Remove/ban users
- Send users feedback (forthcoming)
- Create new users (forthcoming)
User Account Deletion and Session Management
Deletions:
Introduction
Version 1.1.6.4 introduces a new system page, AdminUsers, accessible by system administrators to facilitate various user management tasks. This code has been extensively beta-tested in previous versions, and has been enhanced for 1.1.6.4 to include user deletions and session management.
User Account Deletion and Session Management
Deletions:
Additions:
NOTE
This feature is available since:
WikkaWiki 1.1.6.4
Sample output
Deletions:
NOTE
This feature is available since:
WikkaWiki 1.1.6.4
[658] Edited on
2008-02-13 07:15:51 by
BrianKoontz [Removed generic category]
Deletions:
CategoryDocumentation
Additions:
Additions:
User Account Deletion and Session Management
Users may be inactivated either individually or in bulk (such as might occur with a scripted registration attack) by using the Delete functionality. User accounts are not actually deleted (useful for later reactivation or for post-forensic analysis), but are rather marked in the database as deleted. As such, these users will not be recognized by the system, and additional attempts to re-register the same user will fail.
These are the steps that are taken by the system when a user is inactivated/deleted:
- The user's password is changed to a value that can never be matched by any password.
- The user's account is flagged as "deleted".
- The user's most recent session is immediately closed. This ensures that a user cannot continue to access the system via an existing session cookie.
- Deleted user accounts can only be restored by direct access to the wiki database. A future version of this module will permit the restoration of user access via the user administration panel.
Deletions:
User Deletion and Session Management
[650] The oldest known version of this page was created on
2008-02-10 12:28:26 by
BrianKoontz [Initial draft]
HomePage
NOTE
This feature is available since:
WikkaWiki 1.1.6.4
User Administration
Introduction
Version 1.1.6.4 introduces a new system page,
AdminUsers, accessible by system administrators to facilitate various user management tasks. This code has been extensively beta-tested in previous versions, and has been enhanced for 1.1.6.4 to include user deletions and session management.
User Deletion and Session Management
Future Enhancements
The current User Administration module is a work in progress. While operational, several features remain to be implemented. Suggestions for improvement are always welcome.
CategoryDocumentation
CategoryEN