login form related error

0
hello all,   how to resolve following error
asked
1 answers
1

Hi Shraddha,

You should place the “Name” in a “User” data view placed inside the “Login” data view (right above the password) if you want it (the string “Name”) to be editable. If you are trying to offer a drop-down for selecting an existing user then you should use a reference selector input widget instead of a text box input widget; however, if you are asking for the username and password then I think a better approach is to add a name attribute to your “Login” entity and use it in the text box input widget because (depending on your application and requirements) exposing the list of users in a login screen (I’m assuming here to anonymous users) might not be a good idea (usually never is).

answered