radiate-framework / framework

A WordPress plugin and theme framework
https://radiate-framework.github.io/
MIT License
4 stars 0 forks source link

Call to undefined method Radiate\Auth\RadiateUserProvider::newUserInstance() #129

Closed BenRutlandWeb closed 3 years ago

BenRutlandWeb commented 3 years ago

Describe the bug Calling Auth::attempt() results in aCall to undefined method Radiate\Auth\RadiateUserProvider::newUserInstance() error.

To Reproduce Steps to reproduce the behavior:

  1. Call Auth::attempt() with some credentials.
  2. See error

Expected behavior Either the attempt to return true for success, or false if the credentials are incorrect.

Additional context The newUserInstance method doesn't exist either on the provider, or the model.