Stopping students editing their profiles

Stopping students editing their profiles

di Matthew Cutlack -
Numero di risposte: 10

Hi all,

I am looking for a method of stopping student and teacher users from editing their profile information. Any help greatly appreciated, thanks Matt

Media dei voti:  -
In riposta a Matthew Cutlack

Re: Stopping students editing their profiles

di Darren Smith -
Have you upgraded to the latest version? you can restrict the altering of things like first name, surname, time-zone and the like.
In riposta a Darren Smith

Re: Stopping students editing their profiles

di Matthew Cutlack -
Yes I am on version 1.5.2. Under which dialogue are these settings?
In riposta a Matthew Cutlack

Re: Stopping students editing their profiles

di Darren Smith -
Logged in as a site admin go to:

admin >> authentication

It may depend upon how your users are registered but on my site (using LDAP) I can see a title Data Mapping and have various settings for each field using the 'lock value'

HTH
In riposta a Darren Smith

Re: Stopping students editing their profiles

di A. T. Wyatt -
I missed this the first time, because I clicked on "configuration" from the admin tools on the site screen.  If  you don't find it right away, try clicking on "users", then "authentication".  There seem to be several ways to get to the same place, depending on if you use the breadcrumb trail or try to go in from the administration block on the from page.

Anyway, thanks for the tip.  I am going to lock down part of our student profiles also!

atw

In riposta a A. T. Wyatt

Re: Stopping students editing their profiles

di John Rodkey -
Another thing to think about is the pictures:  if you import
official pictures from an archive, you don't want them changed
willy nilly by the user.  To remove write access to pictures,
go to /yourmoodledata/users
and remove write permissions for the web user.  On unix/linux,
the commands would be
chmod 555 /yourmoodledata/users/*
chmod 444 /yourmoodledata/users/*/*

HTH

John
In riposta a Matthew Cutlack

Re: Stopping students editing their profiles

di Jan Dierckx -
Go to http://yourserver/yourmoodle/admin/users.php
Then click on 'authentication'.
You will find a lot of dropdown boxes with 'locked' , 'unlocked' or 'unlocked when empty' as options.
In riposta a Jan Dierckx

Re: Stopping students editing their profiles

di Art Lader -

But you cannot lock fields like AIM screen name and Skype information. I am not sure why.

-- Art

In riposta a Darren Smith

Re: Stopping students editing their profiles

di Ken Shino -

I have a question regarding updates to moodle.

If we currently have it configured and modified, will upgrading it change everything and every settings?

I am affraid if updating drastic changes would occur. Thanks.

In riposta a Ken Shino

Re: Stopping students editing their profiles

di Matthew Cutlack -

Hi all again. Anyone have any advice on how to just stop students even looking at the edit profile page? Or at least hiding the options on this page using CSS? Moodle really needs more low level administration of the profile editing as its a gold mine for students wishing to mess around.

Thanks for any assistance. Matt.