Posts: 137
Threads: 20
Joined: Jun 2015
Reputation:
0
09-12-2020, 05:13 PM
Dear,
I using MythAuth
I do not want use Email
How i config for only use Username, no Email, no Activate by email
Thanks for help
Learning CI4 from my works, from errors and how to fix bugs in the community
Love CI & Thanks CI Teams
Posts: 137
Threads: 20
Joined: Jun 2015
Reputation:
0
@InsiteFX
Thanks for help
And as your answer, i find
$this->config->requireActivation !== false ? $user->generateActivateHash() : $user->activate();
Thanks thanks
Learning CI4 from my works, from errors and how to fix bugs in the community
Love CI & Thanks CI Teams
Posts: 4,380
Threads: 101
Joined: Oct 2014
Reputation:
146
Right but if you set the Auth config item to false it should not send the email.
What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )