DavertMik / doAuthPlugin

Symfony new authentication / user managemant system
MIT License
19 stars 6 forks source link

Sending password request fails #5

Closed linkesch closed 13 years ago

linkesch commented 14 years ago

Catchable fatal error: Argument 1 passed to doAuthMailer::sendPasswordRequest() must be an instance of sfController, instance of userActions given, called in ...\plugins\doAuthPlugin\lib\actions\doAuthActions.class.php on line 145 and defined in ...\plugins\doAuthPlugin\lib\actions\doAuthMailer.php on line 51

craigwillis commented 13 years ago

Has this issue been looked into? I've just installed version 0.9.5 and follwed all instructions, but resetting password doesn't work.

Notice: Undefined variable: user in ..plugins/doAuthPlugin/lib/actions/doAuthActions.class.php on line 144

Catchable fatal error: Argument 1 passed to doAuthMailer::sendPasswordRequest() must be an instance of sfController, instance of userActions given, called in ../plugins/doAuthPlugin/lib/actions/doAuthActions.class.php on line 144 and defined in ../plugins/doAuthPlugin/lib/actions/doAuthMailer.php on line 51

pauldid commented 13 years ago

I have exactly the same issue, do you find the solution craig? Everything is working fine but the password reset.

Thanks you all.

linkesch commented 13 years ago

Download my fork here: https://github.com/orthes/doAuthPlugin . I believe it solves the problem.

pauldid commented 13 years ago

Awesome, it works! Finally! Thank you for that orthes!