Base solution for your next web application

Activities of "astorineland"

Hey,

We are doing our Client Validation with ValidationAttribut and Unobstrusive Validation.

Like this property:

    [Required]
    [MaxLength(AbpUserBase.MaxEmailAddressLength)]
    public string EmailAddress { get; set; }

How can we Localize thoses validations ?

And just so you know. On the template, the Register page validations doesn't work when you download, update-database, play.

i always get <a class="postlink" href="http://imgur.com/a/JB5du">http://imgur.com/a/JB5du</a>

i don't know how your image is working but it was not working to put this url between the tags

thx in advance!

I did it exactly that way!

thanks

Hi,

Thanks a lot for this framework and your work!

While trying to configure the IEmailSender I discovered that it take default value in Settings with the name of Abp.Net.Mail.EmailSettingsNames.Smtp class.

I've found that this class is responsible to get the values from the settings 'SmtpEmailSenderConfiguration' for the IEmailSender. But there is nothing to Decrypt the settings.

So is there a class to Decrypt / Encrypt in ABP ?

Else what should be the best way to achieve this ? #1 - Inherit SmtpEmailSenderConfiguration to change the SMTP Password Get Property. #2 - Create a class that implement ISmtpEmailSenderConfiguration.

I don't know if #1 is a better solution or not!

Then i will change in the module configuration the Service to my service!

Thanks!

Showing 1 to 3 of 3 entries