Thanks, but having to rely on CSS changed for enabling/disabling security features isn't really an option here, we are looking for something that actually makes it possible to disable the features, not just hide them. Ideally that you could control via UI just like you can with Enable self registration (something like that) already. For now, even a code change server side would be OK if we have to.
ABP Team please
How can we easily disable "Remember me" and "password reminder" in ABP without resorting to having to modify login page to hide stuff etc?
Does not seem like these options are available in UI for account module unlike just quickly disable the option for new users to self register etc.
If you add missing Id part in Angular it works as expected
At least with Angular (not tried anything else), it seem like the generated code breaks if you name your property something that ends with Id, like ExportedAssignmentId will end up like this ("Id" missing) which is why it did not work with languages files as those had the correct name with Id for keys.
<ngx-datatable-column
name="{{ '::ExportedAssignment' | abpLocalization }}"
prop="Assignment.exportedAssignmentId"
Same problem seem to happen if you select the "Show on the create modal" but also that it should be read only.
Thanks. We have not yet had time to start this implementation yet but will update this ticket once we have so please lets keep it open.