Archive for November 29th, 2007

Client Customisation

Thursday, November 29th, 2007

For client edited Moodle sc to prevent a certain user to change pw. Edited user/view.php and login/change_password.php. For now hard coded check on that username in the code. In 1.9 version of moodle there will be a new capability arranging this.

Server Inventory + SysAdmin

Thursday, November 29th, 2007

Continued server inventory. Made a foreign key in the server table so we can inlude virtual servers and load balanced environments. Checked sf for existing iventories: H-inventory OCS-inventory Hmm, both don't look really satisfying on first sight. Checking the SF site, some more interesting projects are: Unattended GUI: unattended automatic installs Zenos: Enterprise Network Monitoring / Management Ophcrack: ...

Client Customisation

Thursday, November 29th, 2007

Customised client change password capability for certain user. That user is used for general login and enrolment and is not supposed to be able to change his pw. Edited user/view.php and login/change_password.php. For now hard coded check on username. In moodle 1.9 there will be a new capability for users ...