Hello, I am currently looking for a method of allowing the "Remote Login" functionality per user role. I would like to allow a role like administrator to have the Remote Login capability, but keep it disabled for all other roles. Is this possible using the hooks provided in the documentation? Maybe somewhere I could place the logic of "if role = admin ? remote_login = true : false"
Thanks in advance