I want to override the login page, but I don't have the source code for the commercial version. Where can I obtain the commercial version source code? For example, something like this: https://github.com/abpframework/abp/blob/037ef9abe024c03c1f89ab6c933710bcfe3f5c93/modules/account/src/Volo.Abp.Account.Web/Pages/Account/Login.cshtml.cs. Additionally, I want to display tenant information in the user login section. Which page should I override? Something similar to the example shown below.
What specific changes need to be made, for data migration and the Ef Core services?
hi,
I want to create a microservice and use an Oracle database. When I specify the DBMS as Oracle in the command line, the application created is still for SQL Server.
okay,I want to customize the logout process just like the login process. During logout, I need to implement some of my own business logic. How can I do this? I tried inheriting LogoutModel and overriding the OnGetAsync method, but during debugging, I found that this method is not being triggered during logout.
提问之前请先查看文档:https://abp.io/docs/latest https://abp.io/docs/latest
查看示例以了解基本任务:https://abp.io/docs/latest/samples
您的问题的认知解决方案可能已经得到解答,请首先使用主页上的搜索。
请向我们提供以下信息:
🧐提示:如果您正在使用 ABP Studio,您可以从配置窗口中看到有关解决方案的所有信息,当您右键单击[解决方案]( https://abp.io/docs/latest/studio/solution -explorer#solution )并单击解决方案配置
按钮时,该窗口将打开。
在登出的时候可以像登录一样自定义他的方法吗,在登出的时候我想实现一些自己的业务逻辑,需要怎么实现,我尝试了继承LogoutModel 重写了OnGetAsync 但在debug的时候发现登出时并没有进入到这个方法
您好,您回信邮件中提到的文档是api的开发文档,我想了记得是微服务中,新建的微服务如何独立运行他的UI,如图所示,想要运行Order里的web必须依附于微服务解决方案里的web可以运行,有没有办法可以单独只运行order这个微服务来进行调试他的UI,新建的微服务并没有Host项目
Hello, the document mentioned in your reply email is the api development document. I remember how the newly created microservice independently runs its UI in microservice. As shown in the figure, if you want to run the web in Order, you must be attached to the web in the microservice solution. Is there a way to debug the UI by running the order microservice alone