Its not... see here: https://github.com/Zizaco/confide/issues/267
Master as of today works though.
forgive me for being dense, is "dev-master" different than "master"? Just want to know what I need in composer.json to make sure I have the master branch.
The reset password does not appear to be working, though: Call to undefined method Illuminate\Database\Query\Builder::forgotPassword()
Reset password does seem to be working for me with dev-master. Make sure you are on Laravel 4.1.* as Confide doesn't officially work on 4.2.*
kisonay said:
Reset password does seem to be working for me with dev-master. Make sure you are on Laravel 4.1.* as Confide doesn't officially work on 4.2.*
Let me clarify this. The reset password form submits and sends the email. when you try to change the password after clicking the link in the email, validation fails and produces and error.
A commit was posted a while ago: https://github.com/Zizaco/confide/pull/271 I just tested my own live site, it works for me to reset a password... Please note that I am using my own tagged release: https://github.com/that0n3guy/confide/releases
I am doing this just untill confide tags there fixes as a release.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community