I followed instructions on ‘Allow User Registrations’ - https://github.com/getgrav/grav-plugin-login/blob/master/README.md#allow-user-registration
I created 02.register folder with blank register.md file
I edited plugins > login > login.yaml with
route: true
route_register: /register
I have the ‘Register’ link but when I click on it the plugins > login > pages > login.md gets loaded and not the register.md file.
Where else do I need to make changes?
Thanks in advance.