Allows password recovery by means of resetting the current password and sending an e-mail with a recovery link, all possible only if the user has a validated e-mail address.
The client may further specify the application that shoul provide the reset link.
| Request Method: | POST | 
| Output format: | An Empty response with status code 200 in case of success; error-indicating status codes otherwise | 
| Mandatory Parameters: | One of username and email must be
				specified:
			 | 
		
| Optional Parameters: | application  | 
		
| Example: | curl -X POST
					"http://127.0.0.1:8888/security/api/restsecurity/forgot_password?username=uhl&application=sailing" |