Works beautifully. Thank you!
Posts made by jjauregui
-
RE: Authentication not working with jsreport for windows
-
RE: Authentication not working with jsreport for windows
Unfortunately, no. The last option on my menu is "Enterprise".
-
RE: Authentication not working with jsreport for windows
I updated, but the issue is still happening. The login screen doesn't appear. I confirmed the browser tab says "jsreport 1.7.0 production".
Here is the authentication section of my prod.config.json:
"authentication": {
"cookieSession": {
"secret": "<<redacted>>"
},
"admin": {
"username": "<<redacted>>",
"password": "<<redacted>>"
},
"enabled": true
},Here is the reporter.log for when I start jsreport:
2017-04-20T20:50:46.371Z - info: Initializing jsreport@1.7.0 in production mode using configuration file prod.config.json
2017-04-20T20:50:46.371Z - info: Using extension import-export
2017-04-20T20:50:46.371Z - info: Using extension templates
2017-04-20T20:50:46.371Z - info: Using extension jsrender
2017-04-20T20:50:46.371Z - info: Using extension cli
2017-04-20T20:50:46.371Z - info: Using extension debug
2017-04-20T20:50:46.371Z - info: Using extension express
2017-04-20T20:50:46.386Z - info: Using extension fop-pdf
2017-04-20T20:50:46.386Z - info: Using extension handlebars
2017-04-20T20:50:46.401Z - info: Using extension tags
2017-04-20T20:50:46.401Z - info: Using extension phantom-pdf
2017-04-20T20:50:46.401Z - info: Using extension fs-store
2017-04-20T20:50:46.417Z - info: synchronization of changes in jsreport-fs-store are disabled
2017-04-20T20:50:46.417Z - info: Using extension images
2017-04-20T20:50:46.433Z - info: Using extension data
2017-04-20T20:50:46.433Z - info: Using extension child-templates
2017-04-20T20:50:46.433Z - info: Using extension licensing
2017-04-20T20:50:46.433Z - info: Using extension text
2017-04-20T20:50:46.433Z - info: Using extension reports
2017-04-20T20:50:46.433Z - info: Using extension resources
2017-04-20T20:50:46.433Z - info: Using extension browser-client
2017-04-20T20:50:46.433Z - info: Using extension studio
2017-04-20T20:50:46.433Z - info: Using extension html-to-xlsx
2017-04-20T20:50:46.433Z - info: Using extension scripts
2017-04-20T20:50:46.433Z - info: Using extension assets
2017-04-20T20:50:46.448Z - info: Using extension scheduling
2017-04-20T20:50:46.448Z - info: Using extension xlsx
2017-04-20T20:50:46.448Z - info: Using extension sample-template
2017-04-20T20:50:46.448Z - info: Initializing fs storage at C:\jsreport\data
2017-04-20T20:50:46.542Z - info: Creating default express app.
2017-04-20T20:50:46.589Z - info: jsreport server successfully started on https port: 5488
2017-04-20T20:50:46.589Z - info: Veryfing license key <<redacted>>
2017-04-20T20:50:47.011Z - info: License key verified as yearly subscription
2017-04-20T20:50:47.011Z - info: reporter initialized -
RE: Authentication not working with jsreport for windows
I'll be on the look out for the 1.7 release. Thanks so much for the quick response!
-
Authentication not working with jsreport for windows
My prod.config.json file has the "authentication" section (with enabled: true), but when I start jsreport, there is no login screen. Is the method different on the windows executable?
Thanks