Visual popup on bad user or password
Closed this issue ยท 3 comments
timmo001 commented
Problem
When the username or password is incorrect, a window pops up with an error. I am using a purely server-side application which cannot rely on a visual popup blocking any further execution.
Requested changes
Stop the dialog from appearing on bad login credentials
Usage
const config = { host: req.hostname, user: req.username, password: req.password };
const pool = require('node-jt400').pool(config);
cwg999 commented
Note for development: https://stackoverflow.com/questions/26032662/jt400-jar-disable-login-screen
timmo001 commented
Thanks for merging. ๐