[4.x]: Response of /actions/users/login
should return user
#13374
-
What happened?Steps to reproduce
Expected behaviorshould return the user object as part of the response, if successful Actual behaviorresponse only contains Craft CMS version4.4.14 PHP versionNo response Operating system and versionNo response Database type and versionNo response Image driver and versionNo response Installed plugins and versions |
Beta Was this translation helpful? Give feedback.
Answered by
brandonkelly
Jun 30, 2023
Replies: 1 comment 1 reply
-
Added for Craft 4.5 (820e8be). 4.5 is still in development, but you can switch to the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
brandonkelly
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Added for Craft 4.5 (820e8be).
4.5 is still in development, but you can switch to the
4.5
branch by changing yourcraftcms/cms
requirement in composer.json to"4.5.x-dev as 4.5.0-alpha"
, and runningcomposer update
.