Posts

Showing posts with the label email

Forced Password Reset Via Email by Admin users In Wso2 IS 5.3.0

Image
Why Forced Password is important? If a user forgets his credentials and requested the admin to reset his password or the credentials get exposed to outsiders. In both cases admin can forcefully reset the password. High Level Steps Configuring Identity Server     Password reset via recovery Email     Detailed Instructions   Enable account recovery functionality Open the output-event-adapters.xml file found in the <IS_HOME>/repository/conf directory. Configure the relevant property values for the email server that you need to configure for this service under the <adapterConfig type="email"> tag.   <adapterConfig type="email"> <!-- Comment mail.smtp.user and mail.smtp.password properties to support connecting SMTP servers which use trust based authentication rather username/password authentication --> <property key="mail.smtp.from">abcd@gmail.com</property> <proper...