Can mendix enable custom logins

0
My requirement is to record some information after the user logs in.   1. At present, I find that the signin button of mendix is used to complete the login function directly. This button does not support the addition of microflow logic during the login process, so I cannot record some information when I log in.   2. I have also tried to use an ordinary button and click button to call the microstream, but I do not know how to write the login logic in the microstream
asked
3 answers
1

Hello,

Yes it’s possible in Mendix. You can design your own Custom login page and on click of SignIn button action, implement the logic as per your requirement.

 

Refer this for more details: 

 https://academy.mendix.com/link/modules/183/lectures/1426/3.3.1-Creating-a-Custom-Login-Page

answered
0

Hi Hu Geng,

 

you can use this module as example: https://marketplace.mendix.com/link/component/66443

answered
0

In Nanoflow, there is the sign in logic provided by the official, the user name/password parameter can be directly called, successfully solve the needs, thank you very much friendsin Nanliu, there is the sign in logic provided by the official, the user name/password parameter can be directly called, successfully solve the needs, thank you very much friends.

answered