Suggestion: check if new account in SaveAccount microflow

2
The default "SaveAccount" Microflow is showing the message "The Password has been updated" at one point. This is little misleading info when cretating a new account. This is a request to adapt this "SaveAccount" microflow in one of the next versions: add an exclusive split just before the message: isNew($Account) if true: another message type "The Account is succesfully created. Thank you." if false: the existing passwords updated message
asked
1 answers
2

Password handling has been revamped in version 3.2.1. If you create a new project you will see the new Administration module.

If you want that behavior in an existing project, export the Administration module of a fresh project and import it in an existing project. Note that your own changes to the Administration module will then be lost!

answered