Can anyone tell me how I can change the path to the admin on SilverStripe 3.1.x? A site I built has a medium risk security issue outstanding from a security scan - apparently the path /admin is too easy to guess.
The recommendation is to:
Modify the link, name or location of the administrative login page so it cannot be easily identified/guessed by an unauthorized user. If only internal users require access, implement additional restrictions to restrict access from the Internet.
I found something for SilverStripe 2.x here: http://www.silverstripe.org/archive/show/3550 , but I need something similar for SilverStripe 3.1.x