Custom register page (register link on login page)
I created a custom registration page that's by invitation only. On the login page, it currently says "or register here." I need to remove this. Should I publish the views, or is there another way to do it?
Solution:Jump to solution
ah so you kinda need both, I guess publishing the view to remove the link, or override the $view of the login page
7 Replies
why not disable the registration on the panel!
Revers to a custom page.
So people can only access this page with the token and right signature.
Solution
ah so you kinda need both, I guess publishing the view to remove the link, or override the $view of the login page
Yea customizing the view seems to be the "easy" way but it might cause problems later on π
It's extremely hacky but you could override the register action on a custom Login class to be hidden
You would be left with just the word "Or" unless you changed the translation lol
I think publishing the view and just removing it is the way.