-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update instructions in README.md #17
Comments
For the Verfication Email to work I found out on https://laracasts.com/discuss/channels/laravel/sending-the-confirmation-e-mail-when-using-fortify-for-the-auth-functions I need to update
to
in |
Finally, solved (as I am new to Laravel) the remaining problem with the Two Factor Challenge not trigerring :) It seems besides not adequate documentation of orchid/fortify, there is also a missing instruction in laravel/fortify, that might be not mandatory for Laravel Fortify masters, but for beginers is a a total waste of time, as after a few days I almost do not know where my head sticks as I have tried so many tutorials, example app snippets in the code, that I get hard to cleanup the mess :D So, it all comes to this laravel/fortify#305 Maybe I could include code from Finally, after login with Authentication code, I got Error 400 routing me to
When I clean up the mess in files I made and repeat the fresh install, I can provide diff or try to branch/commit updates to orchid/fortify? |
Please add the instructions on how to properly install and how to:
I find missing on how to acctually use the 2FA, after it is setup for the user?
The user can login with only password and he is not asked for Authenticator code.
See my comment #8 (comment)
Otherwise I find working great:
But I can not figure out how to use email verification e.g. email confirmation for newly registered user, before he can login
I tried to follow https://laracasts.com/discuss/channels/laravel/sending-the-confirmation-e-mail-when-using-fortify-for-the-auth-functions.
I have enabled by default disabled feature
emailVerification
inconfig\fortify.ph
I have added
use Illuminate\Contracts\Auth\MustVerifyEmail;
toapp\Models\User.php
The text was updated successfully, but these errors were encountered: