User Tools

Site Tools


archive_wiki_service

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
archive_wiki_service [2006/11/22 17:22] – _setharchive_wiki_service [2026/09/26 22:55] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-Tardis has a a MediaWiki hosting facility. 
- 
-  *  [[media_wiki_installation|Installation Doc]] 
- 
-Speak to seth for information. 
- 
- 
-====== MediaWiki User Accounts ====== 
- 
- 
-===== Adding accounts ===== 
- 
-While logged in, go to http://wiki.tardis.ed.ac.uk/index.php?title=Special:Userlogin and you can create new accounts. 
- 
- 
-===== Some notes for future reference ===== 
- 
- 
-From... http://people.planetpostgresql.org/greg/index.php?/archives/74-Reset-a-user-password-on-MediaWiki.html. 
-See also http://meta.wikimedia.org/wiki/Help:User_rights. 
- 
-<code>  mysql> insert into tw_user (user_name,user_real_name) values ('TestUser','Test User'); 
-  Query OK, 1 row affected (0.03 sec) 
-</code> 
-<code>  mysql> UPDATE tw_user SET user_password = md5( concat('25-',md5('somepassword'))) WHERE user_name='TestUser'; 
-</code> 
-Where we really want the concat() call to be something like 
- 
-<code>  concat((SELECT user_id FROM tw_user WHERE user_name='TestUser'),'-',md5('somepassword')) 
-</code> 
-... Need to fix this and script this for a tardis-add-wikiuser script that users can run themselves to add their user or update password. 
- 
- 
  
archive_wiki_service.1164216142.txt.gz · Last modified: (external edit)