Stopping students editing their profiles

Stopping students editing their profiles

de Matthew Cutlack -
Número de respuestas: 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

Promedio de valoraciones: -
En respuesta a Matthew Cutlack

Re: Stopping students editing their profiles

de 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.
En respuesta a Darren Smith

Re: Stopping students editing their profiles

de Matthew Cutlack -
Yes I am on version 1.5.2. Under which dialogue are these settings?
En respuesta a Matthew Cutlack

Re: Stopping students editing their profiles

de 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
En respuesta a Darren Smith

Re: Stopping students editing their profiles

de 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

En respuesta a A. T. Wyatt

Re: Stopping students editing their profiles

de 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
En respuesta a Matthew Cutlack

Re: Stopping students editing their profiles

de 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.
En respuesta a Jan Dierckx

Re: Stopping students editing their profiles

de Art Lader -

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

-- Art

En respuesta a Art Lader

Re: Stopping students editing their profiles

de Matthew Cutlack -
Thanks, all. I have blocked the fields I can block. Though this seems to effect all users. I cannot be broken down between students and teachers.
En respuesta a Darren Smith

Re: Stopping students editing their profiles

de 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.

En respuesta a Ken Shino

Re: Stopping students editing their profiles

de 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.