Welcome Guest, Not a member yet? Register   Sign In
Thanks Lonnie for Myth/Auth!
#1

Hey Lonnie, I just wanted to say thanks for your work on Myth/Auth.

I'm looking forward to using it!

(Using CodeIgniter since 1.x)
Reply
#2

Thanks Lonnie!!!
Reply
#3

(This post was last modified: 06-02-2019, 12:06 PM by titounnes.)

(06-02-2019, 08:40 AM)Avega Soft Wrote: Thanks Lonnie!!!

I tried this module. But it didn't run smoothly until I made a few changes.

The changes that I made are as follows.

In entities / users I add the following code
PHP Code:
   protected $id;

 
   protected $username;

 
   protected $email;

 
   protected $name;
 
   
    protected $password_hash


In function setPassword
PHP Code:
$this->attributes['password_hash'] = password_hash
I change it to:
PHP Code:
$this->password_hash password_hash
Reply
#4

Yeah, as the readme says, it's not quite ready for production use Smile Thanks to some great help from MGatner it's a lot closer and I think updated to the current CI implementation.

The stuff that you're running into with the entity is a difference between what's in CI beta-4 and what's coming down the pike for the next release. There's a fairly big Entity refactor in the next release that Myth/Auth has already been updated for.
Reply
#5

Is that in the developers branch Lonnie?
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#6

(06-03-2019, 10:44 AM)InsiteFX Wrote: Is that in the developers branch Lonnie?

Yes, that's correct.

Was initially announced here: https://forum.codeigniter.com/thread-73588.html
Reply




Theme © iAndrew 2016 - Forum software by © MyBB