Activities of "Bryan-EDV"

Hi,

This is free version source code,

you can download account pro module source code: abp get-source Volo.Abp.Account.Pro

can you point me to the correct documentation? thank you.

which do i install? https://abp.io/packages

I am looking for the login page.

  • ABP Framework version: v8.3
  • UI Type: Angular
  • Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes/no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

Hi Team,

I followed instructions here to replace the login page (https://abp.io/docs/latest/framework/ui/mvc-razor-pages/customization-user-interface?_redirected=B8ABF606AA1BDF5C629883DF1061649A)

copied the source code from here as instructed by abp support -> https://github.com/abpframework/abp/blob/dev/modules/account/src/Volo.Abp.Account.Web/Pages/Account/Login.cshtml#L61C11-L61C141

but am faced with these few errors:

Please help.

Hello,

For Identity management it has all 3 UIs i.e. MVC , Angular and Blazor . please check https://abp.io/docs/latest/modules/identity#user-interface

Thanks,

Sorry let me correct myself, i am actually on the Business license that says its includes "full source code of pro application modules"

Just to summarize our above conversation, to edit or replace the UI source code of the pre-built pages, i can only

  1. use replaceable components for Angular , like in this link (https://academy.hiretechteam.com/blog/createCustomLoginPageAbp/)
  2. replace the razor pages in .NET by copying this source code (https://github.com/abpframework/abp/blob/dev/modules/account/src/Volo.Abp.Account.Web/Pages/Account/Login.cshtml#L61C11-L61C141) and using this documentation (https://abp.io/docs/2.8/How-To/Customize-Login-Page-MVC#overriding-the-login-page-ui)

also, if i have already set up my project in angular, can i still use method 2 of the above?

For the identity module i also don't see the UI source code in my angular project, does it mean that similiar to the login page, i need to copy and paste the code from here? https://github.com/abpframework/abp/tree/dev/modules/identity/src/Volo.Abp.Identity.Web

Thank you.

Hello,

ABP contains a separate Authserver which is why it uses the basic model for authentication (MVC).

For customizing the login page please refer to https://academy.hiretechteam.com/blog/createCustomLoginPageAbp/ or check a similar issue https://github.com/abpframework/abp/issues/15186.

We value your feedback, and we are constantly working on improving the framework.

Thanks

ok thank you for confirming this.

How about the other pages like Identity management? also MVC? or they are available in angular code?

Hello,

please check here https://github.com/abpframework/abp/blob/dev/modules/account/src/Volo.Abp.Account.Web/Pages/Account/Login.cshtml#L61C11-L61C141 Please let me know what you want to achieve so I can better help you.

Thanks

ok, so these pages are in ASP.NET Core Razor Pages, which are technically NOT angular right?

When we bought ABP and saw that it has angular support , we are under the impression that all front end source will be in angular. But this turns out to be false.

We will now need to edit the pre built pages on .NET and build custom pages on angular.

This is a bad design, because if we need to change the button colours for our applciation, we will need to edit both the .NET and the angular source code. this is inefficient.

Do your other Angular clients have this issue?

Thank you.

Hello,

As you can see in screenshot these are present at backend, please check csproj files

and also present at angular side, please check package.json file

Thanks

Thank you, this is helpful, however i cant find where the components are.

Are you able to maybe show me where in the code this Login Button is?

Hello,

The application you get is the basic template of ABP. For login, Register page the packages of the Identity module, and Account module are installed in your applications. If you want the source code, you need to add those packages as a source code in your application. Please refer https://abp.io/docs/latest/modules/account, https://abp.io/docs/latest/modules/identity

Thanks,

Thanks for the quick reply.

However what do you mean by "login, Register page the packages of the Identity module, and Account module are installed in your applications"?

Are those in the "backend" and they are not available in angular framework?

  • ABP Framework version: v8.3
  • UI Type: Angular
  • Database System: EF Core (PostgreSQL)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace: NA
  • Steps to reproduce the issue: NA

Hi all,

My company is on the "Teams" plan, where can i download the full source code for Angular project.

When using abp studio to create the modules I only get a few pages, where are the login and register pages?

Thanks.

  • ABP Framework version: v8.3
  • UI Type: Angular
  • Database System: EF Core (PostgreSQL)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:
  • Steps to reproduce the issue: N/A

Hi all,

I would like to have some entities (e.g. Book, AbpUsers) be stored in the tenant's database, while other entities (e.g. SaasTenant, other Abp* tables ) be stored in the host's database. Is this something that ABP supports natively? Would storing AbpUsers in a tenant database cause issues if SaasTenants is in the host database?

Does anyone have guides or documentation for implementing such functionality?

Thank you Bryan

Hi all,

As there is no Figma for Lepton X theme, our team is trying to use StoryBook to import components into Figma for our UI designer.

Has anyone successfully tried to do this?

Also, is there a any source code / repo with ALL components so that we can make this process faster (https://x.leptontheme.com/side-menu/index.html)?

When we installed angular via ABP studio, there's only a couple of components inside them. it will be a hassle to import all the components.

Any help will be greatly appreciated.

Thank you.

Showing 1 to 10 of 10 entries
Made with ❤️ on ABP v9.0.0-preview Updated on October 03, 2024, 12:03