Base solution for your next web application

Activities of "samdev"

Hello, In order to fix it, I call the GetString method of the LocalizationManager with AbpZeroConsts.LocalizationSourcename as first parameter instead of the one of my project.

Hi,

I have a problem with an error message. When creating a user with special characters, i get the following error : "User name @-_test is invalid, can only contain letters or digits". But i cant get this error message being translated.

I have the correct translation for key "Identity.InvalidUserName" in french XML, but it seems it's never called because it uses AbpIdentityResult object.

Thanks in advance for your help,

Hi,

Do you have an idea on how to use user culture when displaying inputs like numbers or dates, please ?

Cheers,

SamDev

Hello,

I'm trying to get an IsLocked property in a DTO of the User entity. In order to compute this value, I need to access one of my seeting. Do you think I should inject the setting manager in the User Entity, or is it better to implement a IsLocked method in the User Manager ? If the second solution is better, how should I link my automap to this method, please ?

Best Regards,

SamDev

Showing 1 to 4 of 4 entries