User Tools

Site Tools


archive_wiki_service

This is an old revision of the document!


Tardis has a a MediaWiki hosting facility.

Speak to seth for information.

MediaWiki User Accounts

From… http://people.planetpostgresql.org/greg/index.php?/archives/74-Reset-a-user-password-on-MediaWiki.html.

mysql> insert into tw_user (user_name,user_real_name) values ('TestUser','Test User'); Query OK, 1 row affected (0.03 sec)

mysql> UPDATE tw_user SET user_password = md5( concat('25-',md5('somepassword'))) WHERE user_name='TestUser';

archive_wiki_service.1157634647.txt.gz · Last modified: (external edit)