Welcome Guest, Not a member yet? Register   Sign In
Thanks Lonnie for Myth/Auth!
#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


Messages In This Thread
Thanks Lonnie for Myth/Auth! - by jasonzig - 06-01-2019, 09:50 AM
RE: Thanks Lonnie for Myth/Auth! - by Avega Soft - 06-02-2019, 08:40 AM
RE: Thanks Lonnie for Myth/Auth! - by titounnes - 06-02-2019, 12:05 PM
RE: Thanks Lonnie for Myth/Auth! - by kilishan - 06-03-2019, 06:39 AM
RE: Thanks Lonnie for Myth/Auth! - by InsiteFX - 06-03-2019, 10:44 AM
RE: Thanks Lonnie for Myth/Auth! - by kilishan - 06-03-2019, 11:08 AM



Theme © iAndrew 2016 - Forum software by © MyBB