-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User Manager authentication errors when using persistent login #44
Comments
Mentioned today on exist-open: http://markmail.org/message/4oylaivhwqe4pxu3. |
sun.util ???? |
¯\_(ツ)_/¯ something along these lines sun/util/calendar/JulianCalendar.java but mostly ¯\_(ツ)_/¯ I found one mention in exist-db |
This was referenced Jul 19, 2017
joewiz
added a commit
to joewiz/dashboard
that referenced
this issue
Apr 15, 2018
Workaround for eXist-db#44
This was referenced Apr 15, 2018
Has long been fixed in 1.x and is also not present in dashboard 2.x. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As first reported by Alister Pillow at http://markmail.org/message/iow4bfpmeesnzfkd, the Dashboard > User Manager cannot display users or groups when logged in using the "remember me" option selected. The problem is absent when logging in without this checkbox selected.
Specifically, after logging in to Dashboard with the "remember me" checkbox selected, a request to http://localhost:8080/exist/apps/dashboard/plugins/userManager/api/user/ will return an ERROR 500, with the following error in exist.log (also reported in the browser):
Changing
$login
tologin:set-user
ondashboard/plugins/userManager/controller.xql
Line 188 in 6b9b6d1
But this bypasses the login-helper, which checks for the presence of the persistent login module. I have no idea why the original code doesn't work.
The text was updated successfully, but these errors were encountered: