Comment #⁨6⁩

In reply to Toby Toby

@Toby i have it all setup and running within my app now. The only part I'm a little stuck on is how do i get Waterhole to create user records in its users table for my existing users?

I tried logging out and logging back in thinking the traits and everything i added to my user model class would force it to create the record if it didn't exist.

I also tried just navigating to the forum while logged in and it just sent me to the forums login screen.

I did adjust these settings in the config/waterhole/auth.php file:

'allow_registration' => false,
'password_enabled' => false,

Possible that I am missing something?

  1. Toby Toby Waterhole Founder Apr 21, 2024
    In reply to R Ryan Pitts

    @Ryan Pitts Can I clarify, what do you actually see when you navigate to the forum while logged in? The current behaviour is that Waterhole won't create the user immediately, but will present a pre-filled registration form allowing the user to customise their username. It shouldn't be possible to see a login screen if password_enabled is false and there are no authentication providers in your config.