Myth:Auth |
You must have an old version because that is not in Config/Auth.php
What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
@MGatner
To be honest, I have no idea where it came from. I've had to do A LOT of learning in short amount of time. It's a feature I need in a project I'm working. So maybe I stumbled on your config file while googling and copied from there thinking it's implemented feature in myth/auth
I don’t recommend using that code. It is for inviting people to join a project *after* creating an account the usual way. Sort of like Google Docs invitation or something. I had tacked it onto the Myth Config originally to make it easy, but it has since moved and I would advise against building non-Auth features on top of the Auth Config.
I ended up writing my own solution.
Maybe invitation feature could be part of Myth/Auth someday.
hi... i have question
I tried to create a user and password input form from the admin page, when I logged out the message was Unable to log you in. Please check your password. PHP Code: 'password_hash' => password_hash($data['password'], PASSWORD_DEFAULT) |
Welcome Guest, Not a member yet? Register Sign In |