Is there a recommended way of having an editable login page?
I know I can use GetPage() to fetch a specific page and then use the properties from that, but I'd prefer a more dynamic way of doing this (I don't really like hard coding id's in to the code).
/Patrik