Saeven / zf3-circlical-user

Turnkey Authentication, Identity, and RBAC for Laminas and Zend Framework 3. Supports Doctrine and Middleware.
Mozilla Public License 2.0
36 stars 15 forks source link

undefined AuthenticationService::registerAuthenticationRecord() #20

Closed CreativeNative closed 7 years ago

CreativeNative commented 7 years ago

create-only

Call to undefined method CirclicalUser\Service\AuthenticationService::registerAuthenticationRecord()

I saw the PR16, so now I'm little bit confused. Could you please update the Documentation.

Gamewalker commented 7 years ago

PR16 is already implemented by his own code 7716b579892fb7f6c328b90fc3c826b53fe15ef1. Are you using the actual code? I implemented a user controller yesterday and used the new function already.

Saeven commented 7 years ago

@CreativeNative Make sure you are using dev-master to get that function. I am working on adding a 'forgot password' link generator, and will tag a release at that point.