users timezone is reset to UTC after adding roles #3918
Closed
Comments
I could verify that problem, although it has nothing to do with LDAP. The problem occurs for every user, no matter how the account was created. Clicking on the "Update role" button in the Graylog web interface (System / Authentication / Users / Edit User) will send an empty user to the Graylog REST API. The other way round, clicking on the "Update user" button, is also broken and sends an empty |
bernd
added a commit
that referenced
this issue
Jun 27, 2017
Previously, updating the user data sent a null roles field and updating a role sent only the list of roles. Remove now unused UsersStore#updateRoles(). Fixes #3918
joschi
added a commit
that referenced
this issue
Jun 27, 2017
Previously, updating the user data sent a null roles field and updating a role sent only the list of roles. Remove now unused UsersStore#updateRoles(). Fixes #3918
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
Adding roles to ldap auth users should not change the timezone of the users.
Current Behavior
When adding roles to Users that are authenticated via LDAP the timezone for this user is set to UTC.
Steps to Reproduce (for bugs)
Your Environment
The text was updated successfully, but these errors were encountered: