Version 1.9.2 released
posted by chriskapp on
We are really excited to announce version 1.9.2 of Fusio. The following list covers the most important changes of this release:
-
Developer app add user activation
We have added an activation page to the developer app, previously users had to implement this manually now it is possible to use the developer app to activate an account.
-
Developer app add password reset #303
The developer app contains now also an option to reset the password for an user account. The API endpoint was already available but now the app has also the option to use the endpoint.
-
Fix and improve user activation and password reset API endpoint
We have improved the token handling for the activation and password endpoint. Both endpoints now create a token and the user receive this token via mail and use this token to execute a specific operation.
-
Add captcha check to password reset endpoint
It is now also possible to add an captcha to the password reset process. This ensures that it is not possible to abuse this process by an automatic script.
-
Allow dot in event name
The dot character is now allowed inside the event name.
-
Fix deletion of active routes #300
Through this fix it is not longer possible to delete a route which has one production version.