英文:
Is it possible to create a after login redirection?
问题
我目前正在寻找一种方法来创建一个页面,该页面将成为在登录我的网站后的账户主页。
以下是我查看的所有内容:
- 使用直接URL的路由选项(毕竟与我寻找的内容无关)
- 网站地图选项
- 我尝试查找是否有一种方法可以修改账户设置页面(但没有结果)
在网上找不到任何文档。
我甚至尝试了ChatGPT,但没有好的答案。
我想指出,我没有完全访问CRM,作为一名学生,我还不懂得一切,这就是我来论坛寻求信息的原因。
提前感谢任何能够帮助我的人。
英文:
I'm currently looking for a way to create a page that would be the home page of an account after logging into my site.
Here's everything I looked at:
- Routing options with direct Url (which, after all, has nothing to do with what I'm looking for)
- Site map options
- I tried to find out if there was a way to modify the account settings page ( without result )
Impossible to find any documentation on the web.
I've even tried ChatGPT, but no good answer.
I'd like to point out that I don't have full access to the CRM and that, as a student, I don't know everything yet, which is why I've come to the forum for information.
Thank you in advance to anyone who can help me.
答案1
得分: 0
登录表单使用标准的Symfony方法,因此您可以按照Symfony文档更改重定向链接:https://symfony.com/doc/3.3/security/form_login.html。
英文:
The login form uses the standard Symfony approach, so you can change the redirect by following the Symfony documentation: https://symfony.com/doc/3.3/security/form_login.html.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论