Pario TechnoBlob
About
Posts
Tag: MediaWiki
Enable secure / https SSL login on mediaWiki 1.13.3
This is how I’ve enabled secure SSL login through https on a mediaWiki 1.13.3 installation. This description might work on other versions of mediaWiki, but that has not been...
MediaWiki password reset
Here’s the SQL to reset the mediawiki password of a user: use mediawikidb; update tbl_user set user_password=md5(concat(user_id,'-',md5('newpassword'))) where user_name =...
Create a user in MediaWiki
Visit this address: /index.php?title=Special:Userlogin&type=signup
Custom left menu/navigation menu i MediaWiki
To change the navigation menu you have to go to index.php?title=MediaWiki:Sidebar or ?title=MediaWiki:Sidebar and make the needed changes.