Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
<configuration type="accountLock">
	<targetEpr></targetEpr>
	<subject>WSO2 Carbon - Your account unlocked</subject>
	<body>
		Hi {first-name},


		Please note that the account registered with us with the user name : {user-name} has been unlocked by Admin. 


	</body>
	<footer>
		Best Regards,
		WSO2 Identity Server Team
		http://www.wso2.com
	</footer>
	<redirectPath></redirectPath>
</configuration>

To enable the https://localhost:9443/services/UserIdentityManagementAdminService?wsdl admin service, the admin has to change the following configuration to false in the carbon.xml file.

Code Block
languagehtml/xml
<!-- If this parameter is set, the ?wsdl on an admin service will not give the admin service wsdl. --> 
<HideAdminServiceWSDLs>false</HideAdminServiceWSDLs>