Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试为登录和注册创建一个自定义页面。但是,我不断收到“无效令牌”错误。表单代码是从提供的登录表单中复制的,我在表单末尾附近有这一点:
<?php echo JHTML::_( 'form.token' ); ?>
还有什么可能导致此错误?