In reply to
Toby
Toby
Waterhole
Founder
Mar 25, 2024
@Kate, can you clarify which links you are talking about? (Maybe with a screenshot?)
Ah, I see - that link is a part of Waterhole by default so I wasn't sure if it was the one you were talking about. But, it only shows up if there is a route named
waterhole.register
- and if you have set theallow_registration
config tofalse
(as you should when setting up the Laravel integration), then that route won't exist.The solution is to register your own
register
route to redirect to your app's registration page, similar to what should already be doing for thelogin
route: