CodeIgniter Forums
Thanks Lonnie for Myth/Auth! - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=31)
+--- Thread: Thanks Lonnie for Myth/Auth! (/showthread.php?tid=73762)



Thanks Lonnie for Myth/Auth! - jasonzig - 06-01-2019

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

I'm looking forward to using it!


RE: Thanks Lonnie for Myth/Auth! - Avega Soft - 06-02-2019

Thanks Lonnie!!!


RE: Thanks Lonnie for Myth/Auth! - titounnes - 06-02-2019

(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



RE: Thanks Lonnie for Myth/Auth! - kilishan - 06-03-2019

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.


RE: Thanks Lonnie for Myth/Auth! - InsiteFX - 06-03-2019

Is that in the developers branch Lonnie?


RE: Thanks Lonnie for Myth/Auth! - kilishan - 06-03-2019

(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