Codeigniter 4 authentication example | Complete login System [Easiest way] 2022

Codeigniter 4 authentication example | Complete login System [Easiest way] 2022

Zarx Biz

2 года назад

19,213 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Monika Moni
Monika Moni - 30.08.2023 08:32

Hi Filter is not working for me..without login its directly going to admin page. how to fix it (using codeigniter 4.4.0 version)

Ответить
Mohamed Hassan
Mohamed Hassan - 28.08.2023 23:39

can you give us the htaccess code plz??

Ответить
Tarcisio Junior
Tarcisio Junior - 05.07.2023 04:34

How do I download the full file? I can't find the link that downloads, on the site there are only a few example files: controller auth, ... I wanted complete, is there any way?

Ответить
Aldrin John Encina
Aldrin John Encina - 14.06.2023 18:41

thank you so much, you help me a lot for my carrier. hope you make more tutorials regarding in codeigniter 4.

Ответить
esther boon
esther boon - 28.05.2023 07:26

Hi, author, sorry disturbed you, may I know why I type php spark serve, it give error message said that:

php : The term 'php' is not recognized as the name of a cmdlet, function, script file,
or operable program. Check the spelling of the name, or if a path was included, verify
that the path is correct and try again.
At line:1 char:1
+ php spark serve
+ ~~~
+ CategoryInfo : ObjectNotFound: (php:String) [], CommandNotFoundExceptio
n
+ FullyQualifiedErrorId : CommandNotFoundException

Ответить
sidhu mosse
sidhu mosse - 18.03.2023 09:34

not working sir when i go to register or login says route not found help

Ответить
Cristian Paraschiv
Cristian Paraschiv - 07.02.2023 21:34

It’s looking good, I’ll use it in next days

Ответить
Nick TMV
Nick TMV - 14.01.2023 20:27

Please help I am having an issue when I login it submits but nothing happens ( I can seen in the debug that data is entered and it matches to whats in the DB) yet it just takes me back to login (I cant access dashboard because it doesn't log me in also). Thanks!

Ответить
Muhammad Daffa Ravfriza
Muhammad Daffa Ravfriza - 14.01.2023 15:21

Thank you so much, you're the man!

Ответить
Himanshu Pansuriya
Himanshu Pansuriya - 20.11.2022 16:20

Any new tutoriyal for codeigniter 4 ??? ,

Ответить
Jeff
Jeff - 08.11.2022 12:41

Hash is not working

Ответить
GAMING AND INFO POINT
GAMING AND INFO POINT - 22.08.2022 14:18

I need source all of the code files for better understanding please help me bro

Ответить
K.santhosh
K.santhosh - 02.06.2022 19:14

Good explanation

Ответить
Carlos Chamorro
Carlos Chamorro - 10.05.2022 03:29

te kiero mucho

Ответить
Evgen Pocherk
Evgen Pocherk - 01.04.2022 16:54

After looking up user in the database, I added a NULL check
...
$userInfo = $userModel->where('email',$email)->first();

if ($userInfo === NULL) {
session()->setFlashdata('fail', 'User not found');
return redirect()->to('auth');
}
...
Otherwise, when checking the password hash: $checkPassword = Hash::check($password, $userInfo['password']);
Error is issued
"Trying to access array offset on value of type null"

Ответить
Mustafa D
Mustafa D - 24.02.2022 16:39

Hi. How can i do e-commerce transactions on Codeigniter? Like shopping cart virtual pos. Thanks.

Ответить
Mahmoud Moussa
Mahmoud Moussa - 22.02.2022 20:58

Great content! Couldn't you maybe build a small full stack project using nuxt or vue and codeigniter? If no, it'd be appreciated if you create more codeigniter content.
Thanks.

Ответить
Programmer Sohan
Programmer Sohan - 22.02.2022 12:11

great

Ответить