Uploaded image for project: 'Poulpe'
  1. Poulpe
  2. POULPE-509

Authentication status is success when log in as non-activated user via REST service

VotersWatchers
    XMLWordPrintable

    Details

    • 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

      Description

      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>

        Attachments

          Issue Links

            Structure

              Activity

                People

                • Assignee:
                  yakushev Dmitry Yakushev
                  Reporter:
                  sasha2888 Alexandra Pancheshenko
                • Votes:
                  1 Vote for this issue
                  Watchers:
                  5 Start watching this issue

                  Dates

                  • Created:
                    Updated:
                    Resolved:

                    Time Tracking

                    Estimated:
                    Original Estimate - Not Specified
                    Not Specified
                    Remaining:
                    Remaining Estimate - 0h
                    0h
                    Logged:
                    Time Spent - 0.75h
                    0.75h

                      Structure Helper Panel