Hey everyone,

I was wondering if it were possible to restrict access to the admin pages to only a few IPs.

For example, I can access the /admin pages only if I am on a certain IP list. To further elaborate, only if someone on the computer belonging to my organization's network can access the admin pages.

Any way to do this using Drupal? I saw access rules, but they seem to totally block out the website.

Thank you

Comments

VM’s picture

users who are not logged in with proper permissions don't get acess to admin pages. They are served an access denied when they access the /admin/ path

fanofcricket’s picture

Well, I understand that.

I want users who CAN LOGIN as ADMIN to NOT BE ABLE TO LOGIN from machines outside my organization's network for security purposes.

WorldFallz’s picture