How to handle custom user management/login ?

0
Hello, I’m trying to build up a very simple member management for my small non-profit to replace our old php-based app. We want to handle the users accounts ourselves (it’s our only app/website). I don’t see any documentation on how to connect the login/account creation widgets to a user object. Did I miss something? Thanks,
asked
1 answers
2

By default the Administration module is available for this purpose. This will allow you to create and maintain users and login informatio.

If you want users to signup themselves then have a look at this in the documentation: https://docs.mendix.com/appstore/modules/forgot-password includes a signup function.

answered