I want to design a new login screen, but things seem to have changed a bit.

0
I wanted to design a project quickly, but I think things have changed a bit in 11.7.I'm trying to create a standard login page design, but I'm getting an error. Where am I going wrong?I can't appreciate it here. Do you think the problem is only here?
asked
1 answers
1

For a login page, you do not need to set the attributes during the Create Object action.


When using Create Object in a nanoflow, especially for helper entities used in forms, do not set the members. This way, the LoginHelper object is created empty, and the user fills in the UserName and Password fields on the page.


Then, in the Sign in button’s nanoflow or microflow, you can use those entered values to execute your business logic.


answered