-
Type: Bug
-
Status: Closed (View Workflow)
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.6 Swallows
-
Fix Version/s: 1.9 Swallows
-
Labels:None
-
Environment:
SoapUI 4.5.1
Windows 8
Preconditions:
1. Register user, do not activate;
Steps to reproduce:
1. Create GET request in SoapUI with following path:
/poulpe/rest/authenticate?username=not_activate_username_here&passwordHash=password_hash_here
2. Run GET request.
AR: There is following response from poulpe:
<authentication xmlns="http://www.jtalks.org/namespaces/1.0"> <credentials> <username>not_activate_username_here</username> </credentials> <status>success</status> <profile/> </authentication>
ER: There is following response from poulpe:
<authentication xmlns="http://www.jtalks.org/namespaces/1.0"> <credentials> <username>not_activate_username_here</username> </credentials> <status>success</status> <profile> <enabled>false</enabled> </profile> </authentication>
- relates to
-
ANTARCTICLE-161 Change the authentication process
- Closed