User authentication

Hi, I’m trying to play around with user login/logout using webix plugin user from GitHub - webix-hub/jet-start at node-express. But, I can’t login to this demo. What is the default username and password?

Second question, from my understanding, this link will directed to default login page (http://localhost:8081/#!/login). How can I redirect my main page as soon after the login is succeed? Let’s say my main page is http://localhost:8081/#!/layout/devices

Hello,

What is the default username and password?

Please try this: jet-start/index.js at node-express · webix-hub/jet-start · GitHub

How can I redirect my main page as soon after the login is succeed?

You can add start:“layout/devices” to the config of app