Restrict Access to a page

Restrict Access to a page

de Zeid Fanous -
Número de respuestas: 4

Hello all,

my client would like a certain page to be available locally on his moodle site  and restricted from outside. is there a way to do this in moodle or the firewall?

 

Thanks Sonrisa 

Promedio de valoraciones: -
En respuesta a Zeid Fanous

Re: Restrict Access to a page

de Farhan Karmali -
Imagen de Core developers Imagen de Plugin developers Imagen de Testers

An easier way to do it could be , checking the User id, if the user ids are known.

 

Or you may check the users IP address . All these are available in the $USER object.

En respuesta a Zeid Fanous

Re: Restrict Access to a page

de Richard Price -

Hi Zeid,
Do you mean that in a building office or campus it is visible to those users, but to anyone logging in from elsewhere, not seen?

If so, you can reference a html page held on a local server (within the subnet) hold it in an iframe or link to it (using the ip address). Outside of the network it will not be displayed. This can be done without hacking moodle.

En respuesta a Richard Price

Re: Restrict Access to a page

de Zeid Fanous -

Hello Richard...

thank you for the reply :0 

this is exactly what i want.. but does this mean that i put the page on a different ip and reference it through a network ip..am i gettng it right ?

would it lose tracking by moodle ?