You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened:
I'm trying to login with a user in the mobile version, and I'm getting "No API Key assigned to this User". If I use the user created while installation process, it works great.
What did you expect to happen:
Log any user in the mobile version
How to reproduce it (as minimally and precisely as possible):
Create a user as an Admin, and try to login in the mobile version with the new user.
Anything else we need to know?:
I'm seeing the code, and the mobile version is using the API v1 for login, and getUserByUsername is not returning an accessToken when the user is not the original admin.
the desktop version is working well (I guess because it's using the API v2)
# [1.1.0](v1.0.17...v1.1.0) (2019-12-23)
### Bug Fixes
* **accounts:** api key generated by default on creation. [#287](#287) ([1f9291e](1f9291e))
* **reports:** invalid group reporting. [#290](#290) ([faa25b3](faa25b3))
### Features
* **tickets:** allow agents to submit tickets on behalf of user [#252](#252) ([9ec8293](9ec8293))
Is this a BUG REPORT or FEATURE REQUEST?:
What happened:
I'm trying to login with a user in the mobile version, and I'm getting "No API Key assigned to this User". If I use the user created while installation process, it works great.
What did you expect to happen:
Log any user in the mobile version
How to reproduce it (as minimally and precisely as possible):
Create a user as an Admin, and try to login in the mobile version with the new user.
Anything else we need to know?:
I'm seeing the code, and the mobile version is using the API v1 for login, and getUserByUsername is not returning an accessToken when the user is not the original admin.
the desktop version is working well (I guess because it's using the API v2)
Environment:
The text was updated successfully, but these errors were encountered: