Base solution for your next web application

Activities of "kevwiggy"

Answer

Hi,

Angular 1

Cheers, Kev

Question

Hi,

I don't think I've changed anything in this area, but I just get a generic "Error details not sent by server" when a username / password is wrong.

Is this by design for security purposes? Or have I messed something up?

Cheers, Kev

Answer

Angular 1

Answer

Hi,

No worries, Angular 1

Question

Hi

can you point me to an example of where the three loading gif/image is controlled.

Not on the saving button but on the main login. Want to use it on another page.

Thanks

Question

Hi

can you point me to an example of where the three loading is controlled.

Not on the saving button but on the main login

Thanks

Thank you!

UserEmailer.cs line 104.

var tenancyName = GetTenancyNameOrNull(user.TenantId);

But the from address for the reset password email is the address set in the Host SMTP settings even though I am passing in a different from address

So I am passing in the params; await _emailSender.SendAsync("no-reply@" + tenancyName + ".com.au", user.EmailAddress, "Password Reset", emailTemplate.ToString());

Ie. Adding a From address in the first parameter but I am still getting the SMTP Host settings From address

Is there an easy way to switch the Login page and Password Forgot page to a light coloured theme so it matches the logged in area?

Hi,

I am setting the from email address to :

await _emailSender.SendAsync("no-reply@" + tenancyName + ".com.au", user.EmailAddress, "Password Reset", emailTemplate.ToString());

But its still coming through as the host name

Cheers

Showing 1 to 10 of 10 entries