...
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 |
---|
|
<!-- If this parameter is set, the ?wsdl on an admin service will not give the admin service wsdl. -->
<HideAdminServiceWSDLs>false</HideAdminServiceWSDLs> |