My Password Expire within 45 Days I need send a mail notification & generate new password

My password expires within 45 days so I need to send the notification mail and after 45 days automatically change the password.

Hi @DinukaThilakarathne

Use enter usename and password and then you will get the text as password expiry based on get attribute activity and then pass the condition as StrText.ToString.contains(“Password expiry”) and then use send outlook mail message and pass the strtext

Thanks
Ashwin S

1 Like

Hi @AshwinS2
Do you have any idea about after 45days automatically change the password?
and can you explain more your previous solution?

Thank you
Dinuka Thilakarathne

Hi @DinukaThilakarathne

Is there any change password option?

Thanks
Ashwin S

Hi @AshwinS2
I need after 45 days send to the email notification and after 45days it’s automatically changing the password without any human involvement. email notification sends only remember password will change. it’s just only notification mail.

Hi @DinukaThilakarathne

Use Now.ToString.AddDays(45).ToString(“dd/MM/yyyy”) based on the condition you can send mail message

Thanks
Ashwin S

1 Like