New model -> security -> missing application forgot password

Hi scriptcase,
between applications created by the security module, missing the application forgot password. You can add it?

Modules are generated automatically:
control_change_password
control_login
form_user
grid_user

missing: control_forgot_password
You insert the username and the application sends an email with your login information.

The best regards,
D.

Re: New model -> security -> missing application forgot password

Thanks, for now you can develop your own application :slight_smile:

Create a control application, create a field called email … when the user fill the email, validate on the event onValidateSuccess if the email is valid and send an email with a link to a application to change the password. Remember that you need to manage this link (passing a md5 based on the email or other validating) to prevent user to change others passwords.

Re: New model -> security -> missing application forgot password

thanks, I hope you add the automatic construction of this application in future versions of Scriptcase