Recent content by ChrisPine

  1. C

    Please add support for external Database authentication

    class User extends Authenticatable { use Notifiable; protected $fillable = ['username', 'email', 'password', 'user_state']; protected $connection = 'forum'; protected $table = 'xf_user'; protected $primaryKey = 'user_id'; public $timestamps = false; public function...
  2. C

    Please add support for external Database authentication

    Kinda sad that something this easy for the obviously very busy people of XF can be overlooked. I'm unsure why they didn't just do it anyway. Thirty Bees and other companies are just taking their code and doing the work. It is why people won't pay for addons... You think my clients want to have 2...
Back
Top Bottom