=== Test case: graphql_account_SUITE:admin_check_plain_password_hash_sha/1 (click for source code)

=== Config value:

    [{protocol,cli},
     {schema_endpoint,admin},
     {watchdog,<0.16187.0>},
     {{ejabberd_cwd,mongooseim@localhost},
      "/home/circleci/project/_build/mim1/rel/mongooseim"},
     {ctl_auth_mods,[ejabberd_auth_rdbms,ejabberd_auth_anonymous,
                     ejabberd_auth_rdbms]},
     {preset,"pgsql_cets"},
     {mim_data_dir,"/home/circleci/project/big_tests/tests/graphql_account_SUITE_data"},
     {tc_logfile,"/home/circleci/project/big_tests/ct_report/ct_run.test@af661f7c368d.2024-04-23_08.56.35/big_tests.tests.graphql_account_SUITE.logs/run.2024-04-23_08.58.43/graphql_account_suite.admin_check_plain_password_hash_sha.27907.html"},
     {tc_group_properties,[{name,admin_account_cli}]},
     {tc_group_path,[]},
     {data_dir,"/home/circleci/project/big_tests/_build/default/lib/mongoose_tests/ebin/graphql_account_SUITE_data/"},
     {priv_dir,"/home/circleci/project/big_tests/ct_report/ct_run.test@af661f7c368d.2024-04-23_08.56.35/big_tests.tests.graphql_account_SUITE.logs/run.2024-04-23_08.58.43/log_private/"},
     {{saved_modules,mongooseim@localhost,<<"localhost">>},
      #{mod_vcard =>
            #{matches => 30,
              host => {prefix,<<"vjud.">>},
              search => true,iqdisc => parallel,backend => rdbms},
        mod_roster =>
            #{iqdisc => one_queue,backend => rdbms,versioning => false,
              store_current_id => false},
        mod_register =>
            #{access => register,iqdisc => one_queue,
              registration_watchers => [],password_strength => 0,
              ip_access => [{allow,"127.0.0.0/8"},{deny,"0.0.0.0/0"}]},
        mod_sic => #{iqdisc => one_queue},
        mod_amp => #{},mod_presence => #{},
        mod_disco =>
            #{iqdisc => one_queue,server_info => [],extra_domains => [],
              users_can_see_hidden_services => false},
        mod_stream_management =>
            #{buffer => true,ack => true,buffer_max => 100,ack_freq => 1,
              stale_h =>
                  #{enabled => false,repeat_after => 1800,geriatric => 3600},
              resume_timeout => 600,backend => cets},
        mod_adhoc => #{iqdisc => one_queue,report_commands_node => false},
        mod_bosh =>
            #{backend => cets,inactivity => 30,max_pause => 120,
              max_wait => infinity,server_acks => false},
        mod_cache_users =>
            #{strategy => fifo,number_of_segments => 5,time_to_live => 2},
        mod_carboncopy => #{iqdisc => no_queue}}},
     {escalus_users,[{alice,[{username,<<"alicE">>},
                             {server,<<"localhost">>},
                             {password,<<"matygrysa">>}]}]}]

=== Current directory is "/home/circleci/project/big_tests/ct_report/ct_run.test@af661f7c368d.2024-04-23_08.56.35"

=== Started at 2024-04-23 08:58:51


*** CT 2024-04-23 08:58:51.391 *** View log from node mongooseim@localhost when started🔗 mongooseim@localhost_1396.html

*** User 2024-04-23 08:58:51.663 ***🔗
Execute /home/circleci/project/_build/mim1/rel/mongooseim/bin/mongooseimctl  account checkPasswordHash --hashMethod sha --passwordHash B4E05B8C45176FD2B063BA6714AD45347806EE3 --user carol@localhost
Result "{\n  \"data\" : {\n    \"account\" : {\n      \"checkPasswordHash\" : {\n        \"message\" : \"Password hash is correct\",\n        \"correct\" : true\n      }\n    }\n  }\n}\n"
ExitStatus 0

*** User 2024-04-23 08:58:51.663 ***🔗
ResultString:
{
  "data" : {
    "account" : {
      "checkPasswordHash" : {
        "message" : "Password hash is correct",
        "correct" : true
      }
    }
  }
}


*** User 2024-04-23 08:58:51.937 ***🔗
Execute /home/circleci/project/_build/mim1/rel/mongooseim/bin/mongooseimctl  account checkPasswordHash --hashMethod sha --passwordHash D8C64FEB1CE4FAB46B6E983217F3D4BCDEA6257 --user carol@localhost
Result "{\n  \"data\" : {\n    \"account\" : {\n      \"checkPasswordHash\" : {\n        \"message\" : \"Password hash is incorrect\",\n        \"correct\" : false\n      }\n    }\n  }\n}\n"
ExitStatus 0

*** User 2024-04-23 08:58:51.937 ***🔗
ResultString:
{
  "data" : {
    "account" : {
      "checkPasswordHash" : {
        "message" : "Password hash is incorrect",
        "correct" : false
      }
    }
  }
}


*** User 2024-04-23 08:58:52.194 ***🔗
Execute /home/circleci/project/_build/mim1/rel/mongooseim/bin/mongooseimctl  account checkPasswordHash --hashMethod a --passwordHash B4E05B8C45176FD2B063BA6714AD45347806EE3 --user carol@localhost
Result "{\n  \"errors\" : [\n    {\n      \"path\" : [\n        \"account\",\n        \"checkPasswordHash\"\n      ],\n      \"message\" : \"Given hash method `a` is not supported. Try `md5` or `sha`\",\n      \"extensions\" : {\n        \"jid\" : \"carol@localhost\",\n        \"code\" : \"wrong_method\"\n      }\n    }\n  ],\n  \"data\" : {\n    \"account\" : {\n      \"checkPasswordHash\" : null\n    }\n  }\n}\n"
ExitStatus 1

*** User 2024-04-23 08:58:52.194 ***🔗
ResultString:
{
  "errors" : [
    {
      "path" : [
        "account",
        "checkPasswordHash"
      ],
      "message" : "Given hash method `a` is not supported. Try `md5` or `sha`",
      "extensions" : {
        "jid" : "carol@localhost",
        "code" : "wrong_method"
      }
    }
  ],
  "data" : {
    "account" : {
      "checkPasswordHash" : null
    }
  }
}

*** CT 2024-04-23 08:58:52.200 *** View log from node mongooseim@localhost when finished🔗 mongooseim@localhost_1396.html



=== Ended at 2024-04-23 08:58:52
=== successfully completed test case
=== === Returned value: ok


Test run history | Top level test index | Latest test result