An official authentication and authorization framework CodeIgniter Shield A03:2021 Injection An application is vulnerable to attack when: User-supplied data is not validated, filtered, or sanitized by the application. Dynamic queries or non-parameterized calls without context-aware escaping are used ...
If you want to use passwords saved in Shield v1.0.0-beta.3 or earlier, you must add the following property in app/Config/Auth.php: public bool $supportOldDangerousPassword = true; After upgrading, with the above setting, once a user logs in with the password, the hashed password is upd...
kenjis changed the title feat: add placeholder to invalidEmail to return user email. feat: [Magic Link Login] add placeholder to invalidEmail to return user email. Jul 19, 2024 Member kenjis commented Jul 19, 2024 Escape this: shield/src/Views/magic_link_form.php Line 22 in 1829443...
$('.dr_menu_'+top+' li').removeClass('active open'); $('#dr_menu_link_'+link).addClass('active open'); $('#dr_menu_m_link_'+link).addClass('active open'); // 顶级菜单选择 $('.top-menu .navbar-nav li').removeClass('open'); $('.dr_mini_menu_top').removeClass('op...
User guide updatedConforms to style guidekenjis added bug breaking change labels Feb 14, 2024 kenjis mentioned this pull request Feb 14, 2024 refactor: remove hard coded 'Y-m-d H:i:s' codeigniter4/shield#1027 Merged 5 tasks fix: Time::createFromTimestamp() returns Time with UTC ...