Activities of "RobertSCG"

Hi , thanks that helped.

I'm facing now another issue , from blazor.web.js.

Error: System.InvalidOperationException: The following routes are ambiguous: 'identity/users' in 'X.Blazor.Components.Pages.Identity.CustomUserManagement' 'identity/users' in 'Volo.Abp.Identity.Pro.Blazor.Pages.Identity.UserManagement'

in my BlazorModule i have such configuration which registers already all AdditionalAssemblies:

`app.UseConfiguredEndpoints(builder => {

var additionalAssemblies = builder.ServiceProvider.GetRequiredService<IOptions>()

.Value.AdditionalAssemblies.ToArray();

builder.MapRazorComponents()

.AddInteractiveServerRenderMode()

.AddAdditionalAssemblies(additionalAssemblies); });`

anyway I'm getting this ambigous error. Maybe there is some problem that the route is the same ? ( i want to leave it unchagned )

Hi ,

the code is exactly the same as in Identity.Account.Pro. I have only changed the name for my CustomUserManagement component. This component contains a route for : @page "/identity/users"

and it is placed in Blazor.csproj in the path Components/Pages/Identity

Hi , thanks very much that helped :)

One more question regarding UserManagement customization.

Is there a possibility to add another option for particular user action context menu ?

I want to add an option for admin , to reset Authenticator for specified user. It can work similar like in example - Set Password feature

I'm aware that I can user Account App Service but is there a possibility to overwrite this method :

and reset the authenticator for a particular user for which the context action is performed ?

Showing 21 to 23 of 23 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.2.0-preview. Updated on February 17, 2026, 09:10
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.