Dear Sarthak!, You are a wonderful programmer! making knowledge generally accessible!
@Bitfumes7 жыл бұрын
Thanks Ogundeinde, keep watching
@sarajitbarmon51497 жыл бұрын
really bro you are a great programmer. I spent almost 4-5 hours to send email but it only solved after i saw your tutorial. Thanks again.
@Bitfumes7 жыл бұрын
Thanks For watching Sarajit, please like Bitfumes on facebook to get latest updates.
@jagdishkunwar12257 жыл бұрын
i tried to log in before verifying my mail and i got logged in . Do i have to make certain changes in login conditions??
@devdev41226 жыл бұрын
I have same issue. Can you help me?
@nomanhanafi95515 жыл бұрын
@@devdev4122 modify authenticated method in authenticateusers.php file as "if not verified yet show the view to verify his/her email and log out the user using "Auth" facade as if(Auth::user()->status==0) Auth::logout(); return view ('email.verifyEmailFirst); For example
@ritwikmath79374 жыл бұрын
Try creating a middleware and use it to prevent use accessing any content. user can login but cannot pass the page that instructs to very email. Hope you get the idea
@ErnestoChapon7 жыл бұрын
¡Excelente tutorial! Todo lo que necesitaba para entender la autenticación de susarios vía correo-e en un sólo lugar. Fácil de entender, con código sencillo y muy práctico. ¡Gracias! PD: My language is spanish, I dont speak english, I'm sorry.
@Bitfumes7 жыл бұрын
Gracias por ver, como bitfumes en facebook para obtener las últimas actualizaciones. via: google translate 😂
@dengelitayfa5 жыл бұрын
Thanks a lot of bro. You saved my day :)
@slablife6 жыл бұрын
Great video, one suggestion is to show how to add a default via Laravel rather than through PhpMyAdmin. In the ..._table.php file, it should look like this : $table->boolean('status')->default(0);
@ogundeindeadedamola5577 жыл бұрын
This is another great video i have learnt from!
@Bitfumes7 жыл бұрын
Thanks Ogundeinde, keep watching
@hdaouihakim6 жыл бұрын
Thank you so much !Works like a charme even in laravel 5.6.
@Bitfumes6 жыл бұрын
Thanks for watching bro, please like Bitfumes on facebook to get latest updates.
@harpreet-singh98895 жыл бұрын
thanks for making this video good work keep it
@Bitfumes5 жыл бұрын
Thanks for your love and support, keep learning. Follow bitfumes on twitter.com/bitfumes or facebook.com/Bitfumes to get the latest updates. bitfumes.com
@niv88807 жыл бұрын
Brilliant tutorial. Thank you very much for this. Really appreciated it,.
@Bitfumes7 жыл бұрын
Thanks for watching bro, please like Bitfumes on facebook to get latest updates.
@taniasultana99387 жыл бұрын
Ankur, you are just awesome.
@Bitfumes7 жыл бұрын
Thanks for watching, Keep learning
@growdeuno5 жыл бұрын
thank u for the explaination... this vid is so helpful
@alexandrebarbosa21636 жыл бұрын
Thank you for you great work! this helped me a lot!
@Bitfumes6 жыл бұрын
Thanks for watching bro, Please like Bitfumes on facebook to get latest updates.
@metaversewallet7 жыл бұрын
obviously, nice tutorial for 5.4 email verfication! ;)
@Bitfumes7 жыл бұрын
Thanks bro.
@bishalbhattarai95084 жыл бұрын
Brother you hardcoded laravel RegisterUsers class instead of overriding its methods on RegisterController is it a good practise ?? Reply me fast
@devdev41226 жыл бұрын
I tried to log in before verifying my mail and i got logged in. Can you help me?
@MrXokaLl7 жыл бұрын
Hi, im getting this error, can you help me? :( (1/1) Swift_TransportException Expected response code 250 but got code "530", with message "530 5.7.1 Authentication required " i was in 16:30
@vitormicillo17 жыл бұрын
This is a problem in your smtp mail server, you need send user and password
@feminist0986 жыл бұрын
thank you sir !
@Bitfumes6 жыл бұрын
Thanks for watching, please like Bitfumes on facebook/twitter for more updates.
@muhammadmughees75514 жыл бұрын
If the status is 0 it is still logged in... What should I do???
@joelepping32026 жыл бұрын
nice job man ! thanks
@Bitfumes6 жыл бұрын
Thanks for watching bro, please like Bitfumes on facebook/twitter to get latest updates.
@manabroy30366 жыл бұрын
Thank You Bro
@Bitfumes6 жыл бұрын
Thanks for watching, please like Bitfumes on facebook/twitter for more updates.
@vibhutiprajapati91315 жыл бұрын
what is change in env file in mail user name or password??
@SakibAlHasan19956 жыл бұрын
Thanks Sir
@suvanshorts68486 жыл бұрын
hi i am not done with " php artisan make:mail EmailVerification " it will show error make:mail not found like this. can you please help me ?
@feminist0986 жыл бұрын
hello bhau. tu composer install kela ahe ka ?
@kyawsai30886 жыл бұрын
what about admin registration to insert data into admin table not manually ? could you tell me how to do ? thanks
@rahulpatra36086 жыл бұрын
I can't find RegistersUsers.php, how can i find it?, any suggestions please reply fast
@Bitfumes6 жыл бұрын
Try my package for multiauth, you just need to install it and you will get a ready admin side login. github.com/s-sarthak/laravel-multiauth
@rahulpatra36086 жыл бұрын
thank you fr your great suggestion,
@rahulpatra36086 жыл бұрын
Using your code when i try to Verify email It gives Authentication error, any suggestion for solve it, I restart my server but still giving that error, Error is Expected response code 250 but got code 530
@biswanathbanik95053 жыл бұрын
how to make the login preventation if not verified
@rajnimurali17 жыл бұрын
The best tutorial on laravel authentication. Thank you soo much!
@Bitfumes7 жыл бұрын
Again thanks
@ogundeindeadedamola5577 жыл бұрын
even the laravel community cannot beat Bitfumes to it
@teenmastr7 жыл бұрын
Hi Ankur, Thanks for your contribution. May I ask what all front-end technologies you used for this tutorial? Like, it seems you may have used JSON? Is that right?
@Bitfumes7 жыл бұрын
For this tutorials, I did't have used anything, laravel output every result as JSON out of the box
@teenmastr7 жыл бұрын
Thanks for your reply. Many has asked similar question that regardless of user status 0 or 1 in the database, the login allows access to the user who has just registered. I think you have skipped the step to check the status before login, the following code doesn't seem to be acceptable in RegisterController.php public function sendEmailDone($email, $verifyToken) { $user = User::where(['email'=>$email,'verifyToken'=>$verifyToken])->first(); if($user){ user::where(['email'=>$email,'verifyToken'=>$verifyToken])->update(['status'=>'1','verifyToken'=>NULL]); }else{ 'user not found'; } } } what do you think seem to have gone wrong here?
@teenmastr7 жыл бұрын
Do you mind advising me the right sets of configuration so that the Login checks user's status whether it's 0 or 1? Many thanks.
@meritmup60957 жыл бұрын
Can we customize the default email view when reset password?
@Bitfumes7 жыл бұрын
Ya absolutely , you have to follow this docs laravel.com/docs/5.4/mail#markdown-mailables
@meritmup60957 жыл бұрын
Thank you. One more question: when user reset password (by email), it goes right away to /home and don't care if user's status==1 or 0 . How can we fix it?
@eljedstaana19387 жыл бұрын
hi sir can you please help me im getting this error Address in mailbox given [email] does not comply with RFC 2822, 3.6.2. thanks for your reply
@knowledge_is_power114 жыл бұрын
Expected response code 220 but got an empty response
@jeanclaveria93057 жыл бұрын
may I see your .env file. if its okay. I am not receiving any emails.
@Bitfumes7 жыл бұрын
please use mailtrap.io for email configurations. follow this link kzbin.info/www/bejne/mZSZlK2XpN2Yaq8
Sorry bro I need to know what if I use angular JS to input and retrieve data from db and perform all other operations, will it need CSRF token if not is it secured way to perform those kinds of operations
@Bitfumes7 жыл бұрын
Hey whatever you do with anything you have to pass csrf token its compulsory.
@amanichanga34487 жыл бұрын
Bitfumes Webnologies Okay thanks a lot bro
@Bitfumes7 жыл бұрын
Always welcome bro, keep supporting bitfumes, we have reached 1000 + subs yeahhhhhh
@amanichanga34487 жыл бұрын
Bitfumes Webnologies I'm doing so bro
@SakibAlHasan19956 жыл бұрын
user Login and this login email address is from mail address and send to office mail , like to click one button . why is possible ?
@ghanashyambk1916 жыл бұрын
everything is good but in my project user is able to login without verification done... and with status 0... what is the problem?
@Gediminas-seopaslaptys7 жыл бұрын
thanks great. I followed your guidances but in my case users can login dispite status 1 or 0 . any suggestions.
@Bitfumes7 жыл бұрын
is everything else working?
@Gediminas-seopaslaptys7 жыл бұрын
Bitfumes Webnologies: yes everythig else is working.
@TahirBhai7 жыл бұрын
He just skipped the step for checking the status at login.
@teenmastr7 жыл бұрын
do you think you could suggest me the steps that Bitfumes skipped to make the login check status whether it's 0 or 1?
@andwutv60167 жыл бұрын
i got an error... it says (1/1) BadMethodCallException Method [sendEmail] does not exist. can you help me with this
@firojkhan-kv1ew7 жыл бұрын
sir I getting this error when I click on my verification email line on click here Class App\Http\Controllers\Recruiter\Auth\RecruiterController does not exist
@insanhamzah12597 жыл бұрын
sir when i click link on email "click here" the page just load in 1 second then being forced close...why?
@Bitfumes7 жыл бұрын
When email is sending then for some time, it not respond you have to wait
@caitancorreia83797 жыл бұрын
Thank u sir for the great video Just one thing. How will the coding change if I want to have status and verify token in a new table instead of the users table with user_id as the foreign key to this new table
@caitancorreia83797 жыл бұрын
Please sir if you could reply ASAP that would be great as its urgent
@Bitfumes7 жыл бұрын
create new table and connect this with eloquent relationship
@caitancorreia83797 жыл бұрын
can you please show this with an example sir?
@caitancorreia83797 жыл бұрын
Please help
@Bitfumes7 жыл бұрын
okay
@pavankumar66324 жыл бұрын
Hi sir good evening I am doing this email verification all good but finaly I have one error That's Cannot send message without a sender address
@jackjackson38687 жыл бұрын
Can you clear where you set for login that status is 1 or not. because I follow all the step but user can login without status 1.
@Bitfumes7 жыл бұрын
I have showed that thing on previous video. kzbin.info/www/bejne/gIfUm5ttjMl9nac
@jackjackson38687 жыл бұрын
thanks for replay
@vitormicillo17 жыл бұрын
Is very very nice @Bitfumes Just one question, why did not you import the method as you did in the previous video so you do not have to play laravel source files?
@noumanmayo26017 жыл бұрын
where RegisterUser page ? in this lecture ? when we create this page ?
@tadeayodeji69907 жыл бұрын
hello bitfumes. how do i redirect to login page after verifying user registration via email.
@Bitfumes7 жыл бұрын
return redirect('login') or even you can do, just after registering you can attempt login directly so that user don't have to manually login.
@deepakkumaryadav246 жыл бұрын
where do you prevent the user having status 0 should not be able to logged in. please help someone who get it.
@bernardchisumo40547 жыл бұрын
Thank you so much uncle your a great great tutor . I am bit having a lilte problem in pages . Assume you have six page eg Home , About , Service , Gallery , Event ,Contact etc mine question how to display the information for each pages? Do i need to create a controller and Model for each pages? what about migration? Do i need to create the table for each pages? eg Home , About , Service , Gallery , Event ,Contact is where i get confused.
@knowledge_is_power114 жыл бұрын
error giving Connection could not be established with host smtp.googlemail.com :stream_socket_client(): unable to connect to smtp.googlemail.com:2525
@davidmukoro11667 жыл бұрын
Dear, what is happening? We have not been seeing video release these days like before. Hope all is well?. I have been waiting , visiting your channel, expecting the Laravel AJAX CRUD series as promised to be release soon? How soon? Also, can u add modal form to it please? When should be be expecting this?
@Bitfumes7 жыл бұрын
Hey David I am very sorry For this delay but I am very busy on a big project and its taking soo much time , thats why I am not getting time for production. I know Ajax series a have promised , but this is my last and final promise with you that you will get videos this week for sure. Again sorry for that please understand my work load.
@Bitfumes7 жыл бұрын
Hey David, here is you ajax series course overview. kzbin.info/www/bejne/g6W6aWmsi7ybqrc
@davidmukoro11667 жыл бұрын
Thank you very much. I am indeed greatful to you.
@careerintelligence66017 жыл бұрын
please help, i keep getting Swift_TransportException Expected response code 220 but got code "", with message ""
@Bitfumes7 жыл бұрын
try to use mailtrap.io kzbin.info/www/bejne/mZSZlK2XpN2Yaq8
@careerintelligence66017 жыл бұрын
It worked with mailtrap, thanks. But if i want it to be sent to the user email and well styled in production enviroment, how do i go about it ?
@rezwansaki6 жыл бұрын
thanks
@Bitfumes6 жыл бұрын
THanks for watching bro, keep learning
@R0040325 жыл бұрын
i have user table admin table And Teacher table, how can i use 5.7 Verify Email for my teacher table Register? thks.
@mariocebulkow26316 жыл бұрын
Good tutorial, but when i create user my redirect to verifyEmailFirst.blade.php not working. where is problem?
@Bitfumes6 жыл бұрын
what error you are getting?
@mariocebulkow26316 жыл бұрын
I don't have any errors communication only my page cannot redirect to other page after the registration.
@mariocebulkow26316 жыл бұрын
when I add this Mail::to($thisUser['email'])->send(new verifyEmail($thisUser)); and add file verifyEmail.php then redirect not work
@kallnascimento76 жыл бұрын
This function is sendEmail funcion in RegisterController.php, not in verifyEmail.php= public function sendEmail($thisUser){ Mail::to($thisUser['email'])->send(new verifyEmail($thisUser)); } Kind regards.
@WrongDescription7 жыл бұрын
Great video...bt can this be made more simple..using just the basic steps?
@Bitfumes7 жыл бұрын
+TheEcc11 hey basic steps like what?
@WrongDescription7 жыл бұрын
Can one function be used for validation, insertion and then sending the mail?
@Bitfumes7 жыл бұрын
+TheEcc11 yes definitely u can use that thing, but using different functions with benefits of clean and clear codes
@feminist0986 жыл бұрын
hence don't learn frameworks directly. first go and watch some php and mysql videos of simple login and register followed by email verification then come to laravel vids.
@bdcoder95097 жыл бұрын
Connection could not be established with host smtp.gmail.com [A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. #10060] when i'm try to varification then it sent this message ...in this video u did not show how to configure the .env file just you say u configuared
@kunalrajput45396 жыл бұрын
Method App\Http\Controllers\Auth\RegisterController::verifyemailfirst does not exist. pls help
@md.mostafijurrahman14707 жыл бұрын
Thanks for this tutorial. Please make a best video tutorial for Mobile Varification on laravel.
@Bitfumes7 жыл бұрын
Mobile verification like sms otp?
@md.mostafijurrahman14707 жыл бұрын
yes...
@kallnascimento76 жыл бұрын
Dear bitfumes, i dont know why but i have this issue: These credentials bla bla bla bla, but my user is active and the password is right.
@franciscopallerofuentes62317 жыл бұрын
Amazing work here, thank you so much man. I really appreciate these courses.
@Bitfumes7 жыл бұрын
Thanks Bro. keep watching and Please like Bitfumes on FaceBook to get latest updates and support us on Patreon
@ziasultan81577 жыл бұрын
Hi thanks for your beautiful videos It will be very helpful if you upload your files along with videos
@Bitfumes7 жыл бұрын
Bro sorry about this series but other than this for every series I have source code on github.com/bitfumes ,Thanks for watching, please like Bitfumes on facebook to get latest updates.
@guidingverses6 жыл бұрын
i am getting this error 'Cannot send message without a sender address'
@Bitfumes6 жыл бұрын
you need to provide 'to' in your mail like Mail::to('sarthak@bitfumes.com')->send(new SendEmailMailable());
@guidingverses6 жыл бұрын
THANK YOU SIR
@nuritabudimartati30857 жыл бұрын
thanks for sharing but, why my email doesnt receive email notification
@Bitfumes7 жыл бұрын
That means you can't have any email in your inbox, try to use mailtrap
@nuritabudimartati30857 жыл бұрын
thanks, i'll try it
@Bitfumes7 жыл бұрын
Sure
@Bitfumes7 жыл бұрын
Yup its awesome.
@nuritabudimartati30857 жыл бұрын
i have to disable my antivirus first (i used av*** but my friend using another antivirus it still work without disable it) and setting my gmail using google app password for configuring my .env. And it works for my gmail account :) Big thankssss! best tutorial ever
@md.hasantarek15407 жыл бұрын
how can be check the email address exsist or not in real world ?
@Bitfumes7 жыл бұрын
Thanks what email verification do, if user has valid email then he will verify himself otherwise not. One more way is that when you use email service then that service ( like mailgun, sendgrid) tell that email does't exist.
@md.hasantarek15407 жыл бұрын
thank you bro for your kind information..but if u will make a tutorial email service using sendgrid or mailgun that will much helpfull to us..
@mdhasanurrahmanhasan41717 жыл бұрын
dear sir. How can i protect to login a user when user status = 0, and Show status User not verified.
@Bitfumes7 жыл бұрын
I will going to create that video.
@asimidrees38545 жыл бұрын
Expected response code 250 but got code "530", with message "530 5.7.1 Authentication required " Error Find
@feminist0986 жыл бұрын
can u upload a full project in laravel video series ? that will be helpful
@Bitfumes6 жыл бұрын
Its already there, please check laravel 5.4 beginner series.
Have you tried mailtrap.io kzbin.info/www/bejne/mZSZlK2XpN2Yaq8
@oddhayon70277 жыл бұрын
Thanks for sharing this tutorial. If a user don't confirmed email but can login. How can I set the condition "status => 1" in login. Really this is very helpful tutorial.
@Bitfumes7 жыл бұрын
Thanks for watching.. please watch this video for status login kzbin.info/www/bejne/gIfUm5ttjMl9nac
@oddhayon70277 жыл бұрын
Thanks
@firojkhan-kv1ew7 жыл бұрын
Sir I got the mail when I click on click here url it directly goes to login page not in sendEmailDone()method how I solve this problem this is my code for link To verify email click here I am doing this in laravel 5.5
@farizalomdjin7 жыл бұрын
Yes, we can edit RegisterUser.php on vendor directory, but its a bad practice. We can override register function on Controller so we dont have to edit the vendor files.
@Bitfumes7 жыл бұрын
Yes you are right.
@PHInfo6 жыл бұрын
Can you show how to do it? Thank you
@SiriusBlackNuar7 жыл бұрын
Thank you, but you can help! The user can log in even without confirmation. Where is my mistake? Thank you!
@Bitfumes7 жыл бұрын
Have you watched my video "Login with status" of this series ? Otherwise message me on facebook
@SiriusBlackNuar7 жыл бұрын
Oh, I missed this video! Now everything has fallen into place! Thank you very much for your lessons!))) I hope you do not stop doing this in the future!
@rupeshgupt6 жыл бұрын
Hi Ankur, can you please add a video for mobile verification with otp ??. Thanks in advance
@rupeshgupt6 жыл бұрын
with authy
@muhammadmughees75514 жыл бұрын
Target class [Auth\RegisterController] does not exist.
@craigrodrigues62587 жыл бұрын
could you send me the files need it urgently.
@Bitfumes7 жыл бұрын
You means source code?
@craigrodrigues62587 жыл бұрын
Yes please,trying to create an admin dashboard.
@Bitfumes7 жыл бұрын
Okay, Please like bitfumes on facebook so that you get notification when I upload source code
@ravish62804 жыл бұрын
Laravel authentication preset supports email verification. There is no need of doing it this way.
@jezzymichelleirarelevo9716 жыл бұрын
Can i see you .env configuration? I'm having an error Swift_TransportException Expected response code 250 but got code "535", with message "535-5.7.8 Username and Password not accepted. Learn more at 535 5.7.8 support.google.com/mail/?p=BadCredentials j1-v6sm44189493pfc.159 - gsmtp " bad credentials. no matter what i do config:cache, config:clear php artisan serve. its no use. so i hope if i can see your .env and mail.php file.
@samminniota7 жыл бұрын
Hi Sarthak, This is a great tutorial series by the way! I'm getting a: " syntax error, unexpected '=>' (T_DOUBLE_ARROW), expecting ']' " from the code on sendView.blade.php: Click Here Using Laravel 5.4 and Sublime Text. Please help!
@Bitfumes7 жыл бұрын
this is incorrect , please correct it, $user => $user->verifyToken
@samminniota7 жыл бұрын
I see, thank you. I placed one more $user. Thank you.
@kr4it1137 жыл бұрын
hmm
@Bitfumes7 жыл бұрын
Thanks for watching bro, please like Bitfumes on facebook to get latest udpates.
@mohamedaminemkhaibou65385 жыл бұрын
ErrorException (E_NOTICE) Trying to get property of non-object in : C:\xampp\htdocs\ikmfact\vendor\laravel\framework\src\Illuminate\Mail\Mailable.php at : the name and the address protected function setAddress($address, $name = null, $property = 'to') { foreach ($this->addressesToArray($address, $name) as $recipient) { $recipient = $this->normalizeRecipient($recipient); $this->{$property}[] = [ 'name' => $recipient->name ?? null, 'address' => $recipient->email, ]; } return $this; }
@swagrid35216 жыл бұрын
Bhai apna number de help chahidi a
@Bitfumes6 жыл бұрын
You can message me on facebook bro.
@swagrid35216 жыл бұрын
@@Bitfumes your facebook ? naam kya hai bai
@Bitfumes6 жыл бұрын
facebook.com/bitfumes
@vlatkoviamkd7 жыл бұрын
Great tutorial, don't want to complain but that snoring in the background is distracting.
@Bitfumes7 жыл бұрын
Hey, I am very sorry about that, but in any other video you will not get any kind of distractions. Again sorry. Keep learning
@StayingPlus4 жыл бұрын
stop saying obviously every chance you get.. if it was so obvious we wont be here
@issaissifou35794 жыл бұрын
Thank you!
@anthonyoddy48147 жыл бұрын
thanks great. I followed your guidances but in my case users can login dispite status 1 or 0 . any suggestions.
@Bitfumes7 жыл бұрын
I have a video on that, login with status.please watch it
@anthonyoddy48147 жыл бұрын
thank you but my issue here is that the user can log in with or without the email token verified
@anthonyoddy48147 жыл бұрын
thank you very much. i am okay now
@muhammadmughees75514 жыл бұрын
Target class [Auth\RegisterController] does not exist.
@muhammadmughees75514 жыл бұрын
Target class [Auth\RegisterController] does not exist.
@muhammadmughees75514 жыл бұрын
Target class [Auth\RegisterController] does not exist.