This is my second time I have tried watching this video, my first was I had only watched the first 20 minutes, and I could not follow along because I am a zero knowledge to CI4 back then. I have to watched first a tutorial for zero knowledge like me, and after 3 months I have tried again this video and I am appreciate what I have learned from this video. Thank you very much
@sawastacks Жыл бұрын
Hope you enjoyed it!
@alvisedwald2 жыл бұрын
This code " $check_password = Hash::check($password, $user_info['password']); " at 39:10 in the Auth controller doesn't check password and therefore i can't login into this system since the password not being checked it's always reported as incorrect. (All other files and lines of code done exactly as taught in the video) Does anyone know how to deal with this?
@omarduenas55932 жыл бұрын
same here, cannot login!!
@jampoot422 жыл бұрын
same here
@Ebenboahene3 жыл бұрын
The best tutorial on codeigniter 4 login/register so far, thanks sir!
@sawastacks3 жыл бұрын
Glad it helped!
@estebannsebastian2 жыл бұрын
If you have 404 problems with the routes and views, you need to change the values of Auto Routing on your CI4 project and the controller syntax, or use the Defined Route Routing method. Check the CI4 web info:).
@daniellejtman1860 Жыл бұрын
What values should be changed? I have a similar problem 😢
@daniellejtman1860 Жыл бұрын
Bootstrap is not connecting Log-in
@sawastacks Жыл бұрын
check your snippets:
@daniellejtman1860 Жыл бұрын
@@sawastacks I get this error once I saved it: 404 - File Not Found Can't find a route for 'get: auth| BTW, I have corrected the snippet and this same error appears.
@ulfhild_ Жыл бұрын
@@daniellejtman1860 Try to add $routes->setAutoRoute(true); in the app/config/routes.php file. Worked for me
@letsbegin10982 жыл бұрын
First time am creating the admin panel. Successfully completed. You gave me more confident. The best free tutorial ever, never seen like this before. each and every line was clear. Thank you, so much.
@sawastacks2 жыл бұрын
Thank you too.
@remus-tomsa2 жыл бұрын
Great tutorial, thank you! You write clean code, that is very organized and easy to understand! It's great for learning!
@sawastacks2 жыл бұрын
OMG! Thank you so much
@pusho.developers8 ай бұрын
Hola saludos desde Cuba, me siento muy bien y gracias a tí cada día hago nuevas experiencias en CodeIgniter. Bendiciones y mucha salud
@sawastacks8 ай бұрын
muchas gracias
@laalithagajanayake45312 жыл бұрын
Great tutorial. It helped me a lot while i was facing difficulties when setting up CI 4 project for the first time.
@sawastacks2 жыл бұрын
Glad it helped!
@tanmoychatterjee57272 жыл бұрын
Really superb i have followed this and able to create the login check authentication. Thanks bro
@sawastacks2 жыл бұрын
Thanks
@sulochanas54342 жыл бұрын
thank you so much for this video... u helped me a lot to learn codeigniter4... please keep continue uploading more useful videos like this in codeigniter4
@sawastacks2 жыл бұрын
Thank you, I will
@gamingandinfopoint66792 жыл бұрын
Hey can u please give me code of this file ?
@bedulFattah113 жыл бұрын
The best tutorial on codeigniter 4 login/register so far, thanks!
@sawastacks3 жыл бұрын
Thank you so much
@bedulFattah113 жыл бұрын
@@sawastacks sir, how to make login muti user? (admin and user)
@frz_akbar3 жыл бұрын
thankyou for making this tutorial, this is very helping me to understand Code Igniter 4
@sawastacks3 жыл бұрын
Glad it helped!
@aarthim10253 жыл бұрын
flow of the tutorial and step by step procedure is very understandable useful video thank you so much
@sawastacks3 жыл бұрын
Thank you so much
@yagerxs62783 жыл бұрын
I needed an example of filters, thank u !
@sawastacks3 жыл бұрын
Hi Yagerxs. You will see how to use the controller filters in this video.
@yagerxs62783 жыл бұрын
@@sawastacks i really apreciate it!
@ahmedharoon27402 жыл бұрын
hi, in Codeigniter 4, can i have an example of 2 tables master-detail like i can create in Oracle Apex or Oracle Forms 6i/10g where master is in Form style single record (in above region) and detail in Grd style multi-row (say tabular using datatable etc.), i failed to find yet, please help us. regards
@achridhan2 жыл бұрын
on 45:26 what "access=out" for?
@gil20532 жыл бұрын
Hi, I'm having trouble accessing the Auth.php file. When I try to go to localhost:8080/auth, it shows the 404 error page not found. I followed every step so far. Can you help?
@tijojoseph18313 жыл бұрын
could u plz share the codes, i had typed all by seeing this and stucked some where in the validation.. debuging dont know to identify where is the issue
@sergiocifuentes72413 жыл бұрын
Hello I have a problem, I did the same steps as you but the problem is when I log in, I write the data as it is, but it redirects me to the registration page saying that the data is not correct.
@jampoot422 жыл бұрын
i think we have the same problem here. i cant login..how did you fix it?
@torqueprogramming3 жыл бұрын
can u guide how create role based permission in ci4
@ZuengHseangMaiPunpornsawan Жыл бұрын
Good tutorial. But I am facing the problem undefined function display_error(). I still resolve it. I also already recheck many time for my code I can't find the mistake. Please help me!.
@devanterab3 жыл бұрын
i got stuck at validation, can you give me the src code please? thankyou
@muhammadpanji6257 Жыл бұрын
Hello sir, unfortunately I have a problem with my code in the Hash.php section, the login process always displays the value false even though the value in the database and what I entered is correct
@sawastacks Жыл бұрын
The password inside database, is it hashed?
@srai21542 жыл бұрын
This video has helped me a lot , thanks you .. but please try to cover all points in the next video..
@sawastacks2 жыл бұрын
I will try my best
@shardulbhot59703 жыл бұрын
When i stry to signup , i get this error CodeIgniter\Database\Exceptions\DataException Allowed fields must be specified for model: App\Models\UsersModel
@footbool7552 жыл бұрын
a question do the filters replace the cookies, or how do they integrate them?
@gamingandinfopoint66792 жыл бұрын
Hey can u please give me code of this file ?
@dedysupratman5733 жыл бұрын
I follow ur tutorial but i change part validation when input name... I add alpha_space so when somebody try try input except alphabet and space it'll be fail
@KissMidnie2 жыл бұрын
Dear Sir, localhost shows validation errors, but server shows validations error () Call to undefined function display_error().
@alvisedwald2 жыл бұрын
Check if your form.php has the same letter cases as those of the word form in your constructor function in the auth controller. I have ever faced that because one of my form_helper.php files was capital F and yet i wrote it with small f in the auth.php controller
@meghadobariya62103 жыл бұрын
it's really useful for me thanks to making this type of video
@sawastacks3 жыл бұрын
Thank you so much Megha
@hassannasir1222 Жыл бұрын
you are good coder i am learning laravel just for you today i can learn codeigniter but i have Question in my mind please tell me in this video you are implement the login Auth so i can follow this video but i can not understand how to avoid sql injection
@alexis0804 Жыл бұрын
The link to the source code isn't working.
@sawastacks Жыл бұрын
Try this: ko-fi.com/s/56da556f2c
@redrichvillaluz68653 жыл бұрын
what version of bootstrap?
@sawastacks3 жыл бұрын
Bootstrap version 3
@cristianrian13062 жыл бұрын
The best tutorial ever!! Thank you so much!
@sawastacks2 жыл бұрын
Thank you
@gamingandinfopoint66792 жыл бұрын
Hey can u please give me code of this file ?
@phonesj34222 жыл бұрын
3:51 when i go to localhost:8080/auth i got "404 - File Not Found Can't find a route for 'get: auth'." where should i fix?
Must have register with Google and Facebook options.
@sawastacks Жыл бұрын
I will make video for that👍
@arunkaundal90563 жыл бұрын
Hello Irebe user register successfully but user login is incorrect password. all code was same but user check password else condition not working
@batuhancakmak72413 жыл бұрын
have you find a solution to this problem, i have the same problem
@prajwalbhale63933 жыл бұрын
same problem bro, have you find any solution
@prajwalbhale63933 жыл бұрын
Hey its because of the limit we set to password column in users table, it should be 255(varchar(255)). as we are hashing the password and it is of 256 bit
@동그리-n6p2 жыл бұрын
The check method does not work for user passwords created without going through the make method in the Hash.php file. Check if the password has been encrypted
@jampoot422 жыл бұрын
@@prajwalbhale6393 you saved me bro..searching for this solution for a while..thanks to you
@azamtamboli31862 жыл бұрын
Can you make a video for cookie management/ lifecycle in CI4 please.
@gopalsrinivas7533 жыл бұрын
how to use ajax,jquery and json in codeigniter 4 please any suggestions
@sawastacks3 жыл бұрын
Nice idea. Soon I will make a videos about that
@dr_mikayelyan2 жыл бұрын
Hello, I need this script. Could you share it?
@EmersonCabrera2 жыл бұрын
This video is amazing! Very useful, thank you for sharing!
@sawastacks2 жыл бұрын
Glad you enjoyed it!
@JoeSmith-wu3yz3 жыл бұрын
Please, i have this error "Call to undefined function display_error()", I don't understand where the function is declared, thanks for your help. The error points to this line :
@sawastacks3 жыл бұрын
Just watch this video from here: kzbin.info/www/bejne/rHyplKOHpJKbY7M
@JoeSmith-wu3yz3 жыл бұрын
@@sawastacks Thank's ;)
@JoeSmith-wu3yz3 жыл бұрын
@@sawastacks i do everything that is explain and nothing changed, the problèm is that i have an undefined function display_error() (Error located within view/auth/register.php). Sorry, my english is so bad
@JoeSmith-wu3yz3 жыл бұрын
@@sawastacks It's works ! ;)
@tituskoech50703 жыл бұрын
@@JoeSmith-wu3yz what did you do to make it work? am still stuck
@udinulis3 жыл бұрын
thanks a lot man, i can't wait for the next tutorials
@sawastacks3 жыл бұрын
Thanks
@travelersmove10992 жыл бұрын
Hi, explained nice. I have a question. Is mandatory to create routes for every controller's method.
@gamingandinfopoint66792 жыл бұрын
Hey can u please give me code of this file ?
@wbtopg3 жыл бұрын
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. please help me
@sawastacks3 жыл бұрын
what is this "cmdlet"? If you want to run codeigniter 4, you have to open cmd in project root directory then run 'php spark serve'
@wbtopg3 жыл бұрын
@@sawastacks thanks a lot . Appreciated
@aldrinjohnencina6153 Жыл бұрын
I've got this error.(404 - File Not Found Can't find a route for 'get: auth| ) but I fix it already. I go to route.php file and uncomment this and changes to true -->routes->setAutoRoute(true); and it works.. thank you
@sawastacks Жыл бұрын
Woww👍. Thank you so much🙏
@sawastacks Жыл бұрын
Woww👍. Thank you so much🙏
@sombrakey3 жыл бұрын
Hello, how to remove the public from the url?
@erwinfr8703 жыл бұрын
Class 'App\Libaries\Hash' not found how to fix it?
@sawastacks3 жыл бұрын
'App\Libraries\Hash'
@erwinfr8703 жыл бұрын
@@sawastacks i've filled in auth controller
@erwinfr8703 жыл бұрын
@@sawastacks please give me syntax or something to fix it
@JoeSmith-wu3yz3 жыл бұрын
@@erwinfr870 Don't forget 'r' => Libraries is not Libaries
@constantineenriquez96262 жыл бұрын
On $userInfo = $userModel->find($loggedUserID) I got Error Call to a member function getFirstRow() on bool any ideas? what could be causing this?
@MarcioNemec3 жыл бұрын
Awesome tutorial. Very useful! Thank you!
@sawastacks3 жыл бұрын
Thank you
@er12923 жыл бұрын
What if email is available in the database.
@hirenmodi51082 жыл бұрын
plese, can u edit this video bifurcate by chapter??
@hirenmodi51082 жыл бұрын
good video
@sharjeeljan3 жыл бұрын
Great tutorial! VERY informative!! Thanks for your efforts!
@sawastacks3 жыл бұрын
Glad you enjoyed it!
@aderemiojediran91202 жыл бұрын
Kudos to you for your effort ,am new to codeigniter,I tried to follow the syeps in the video,but at the point to insert I encounter this error "Call to a member function insert() on null" in the auth controller kindly assist to resolve
@davidpaucar62233 жыл бұрын
Hi bro, how to do messages with SweetAlert ????
@skatetvful3 жыл бұрын
Ajax, or Just verify session and put script tag in your verification. I'm BR but i can help u. Do you have whatsapp?
@leonidaslendesmanirakiza4892 жыл бұрын
Thank you a lot. Very Well explained and very helpful
@sawastacks2 жыл бұрын
Glad it was helpful!
@Xyz-pp6lu3 жыл бұрын
How come he doesn't use routes.php?
@ricoariyanto26042 жыл бұрын
Very Useful, I subscribe from Indonesia
@sawastacks2 жыл бұрын
Thank you
@gamingandinfopoint66792 жыл бұрын
Hey can u please give me code of this file ?
@dimasyogap60643 жыл бұрын
can you make a tutorial to make admin and user in apps
@hectorvalencia45533 жыл бұрын
I really like this tutorial. Thanks!
@sawastacks3 жыл бұрын
Glad it was helpful!
@MayankSinghParmar Жыл бұрын
Great video. all thing explained well
@sawastacks Жыл бұрын
Thank you🙏
@josemanuelmartinellreynald57853 жыл бұрын
Saludos desde Cuba. No te canses nunca.
@lorencelawigan3 жыл бұрын
It's so easy to follow. Thank you
@sawastacks3 жыл бұрын
Thank you
@tagzimillion3 жыл бұрын
thanks man you help me alot! cheers!
@sawastacks3 жыл бұрын
Thank you
@sistechsagar7 ай бұрын
routes?
@avvishwakarma44433 жыл бұрын
Hello i need help
@hemalidivecha66877 ай бұрын
not able to hear audio
@jumpergaming3012 жыл бұрын
I LIKE YOUR TUTORIAL,DO YOU HAVE MULTI LEVEL LOGIN SYSTEM USE CODEIGNITER 4 TUTORIAL?
@sawastacks2 жыл бұрын
Not yet
@josbexerr51663 жыл бұрын
Excelente....gracias saludos de los andes peruanos
@sawastacks3 жыл бұрын
Thank you
@programmingexpress9302 Жыл бұрын
Must have forget password so that if someone forget can get their account back.
@sigitardianto51423 жыл бұрын
what a great tutorial, thanks a lot sir!
@sawastacks3 жыл бұрын
Thank you
@azuraxxv3 жыл бұрын
Best tutorial on KZbin :)
@sawastacks3 жыл бұрын
Glad it helped!
@yokeshraja16122 жыл бұрын
you didn't mention routes sir please mention
@gamingandinfopoint66792 жыл бұрын
Hey can u please give me code of this file ?
@rafaelpinheiro3 жыл бұрын
Very good content. Thanks for share!!!
@sawastacks3 жыл бұрын
Thanks for watching!
@ziziyokomo11953 жыл бұрын
There is no env file... O.o
@cristian-paraschiv Жыл бұрын
Great tutorial, thank you!
@aruproy6982 жыл бұрын
make more video on CI4
@sawastacks2 жыл бұрын
Yeah. next year i will focus on CodeIgniter more than Laravel.
@aruproy6982 жыл бұрын
@@sawastacks thank you and i am very much excited for your upcoming videos.
@leonidaslendesmanirakiza4892 жыл бұрын
But You have to let source code
@jayantsingh52043 жыл бұрын
please add more video
@meigiyanto36333 жыл бұрын
Please create feature reset password for codeigniter 4
@sawastacks3 жыл бұрын
Yeah, I will make that video soon
@meigiyanto36333 жыл бұрын
@@sawastacks thank you for your attention
@wandibudiwan16703 жыл бұрын
nice, I like this tutorial
@sawastacks3 жыл бұрын
Glad you like it!
@dhawalparmar71173 жыл бұрын
Excellent tutorial
@sawastacks3 жыл бұрын
Thank you
@vasanthkumarg51852 жыл бұрын
Nice. could you share your code?
@vinitkumar96872 жыл бұрын
Wow awesome tutorial, can you share code
@lucasmenchon81872 жыл бұрын
thank you sooooooooooooooooooooooooo muuuuuuuuuuuuuuuuuuuuuuuuuuch
@sawastacks2 жыл бұрын
thanks
@yogapangestu92492 жыл бұрын
THANK YOU!!!
@sawastacks2 жыл бұрын
Thank you too
@gamingandinfopoint66792 жыл бұрын
Hey can u please give me code of this file ?
@karthikinnovator98723 жыл бұрын
ThnX ... It's helpful
@sawastacks3 жыл бұрын
Thank you
@liampugh47053 жыл бұрын
Very informative
@aguskurniawan60523 жыл бұрын
terima kasih
@sawastacks3 жыл бұрын
Thank you
@ihsangul1152 жыл бұрын
Best tutorial
@johntorrsaragih55882 жыл бұрын
Good tutorial
@sawastacks2 жыл бұрын
Thank you! Cheers!
@NaruthepJerngLanna3 жыл бұрын
thx ขอบคุณครับ
@nj44242 жыл бұрын
thanks
@anilbari35252 жыл бұрын
great
@jampoot422 жыл бұрын
hi. i have a problem with mylogin. i cant find the problem. i followed all the code.i can register though