You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which operating systems have you tested for this bug?
Linux
Which server did you use?
apache
Database
MySQl 8.0
Did you customize Shield?
if you use direct link http://localhost/login/magic-link
even if $allowMagicLinkLogins set to false in Config/Auth.php
the view form magic-link-login '\CodeIgniter\Shield\Views\magic_link_form' will be shown. and if the form submitted the email will be sent
PHP Version
8.2.7
CodeIgniter4 Version
4.3.7
Shield Version
dev-develop
Which operating systems have you tested for this bug?
Linux
Which server did you use?
apache
Database
MySQl 8.0
Did you customize Shield?
if you use direct link
http://localhost/login/magic-link
even if $allowMagicLinkLogins set to false in Config/Auth.php
the view form magic-link-login '\CodeIgniter\Shield\Views\magic_link_form' will be shown. and if the form submitted the email will be sent
What happened?
disable magic link $allowMagicLinkLogins = false in Config/Auth.php
goto http://localhost/login/magic-link directly
Steps to Reproduce
disable magic link $allowMagicLinkLogins = false in Config/Auth.php
goto http://localhost/login/magic-link directly
Expected Output
not to show the form while allowMagicLinkLogins = false
Anything else?
No response
The text was updated successfully, but these errors were encountered: