• Resolved agentmishra

    (@agentmishra)


    hi
    i have a wordpress and a separate blesta install

    i have successfully installed “external logins” and add the blesta database as the external db, with the user table as the external table

    when i test the connection, it shows okay

    but when i try to login, i am unable to login
    every time, it says, invalid username/password

    how do i proceed

    —–
    just in case you require the blesta encryption details
    its here

    https://docs.blesta.com/display/user/Encryption

    ————
    i have set the encryption type in the install of external logins as bcrypt

    thanks
    amit

Viewing 12 replies - 16 through 27 (of 27 total)
  • Thread Starter agentmishra

    (@agentmishra)

    hi Tom
    thanks for those kind words

    but i would like to help you in developing this, if you require a few blesta access, i would be of some help

    also, since i am not into much dev, this may not be as easy to me, but if you ask me for whats from where, i may be able to help you make this plugin a bit more robust

    let me know

    also, my email is [email protected], for the blesta access, it you require

    Plugin Author tbenyon

    (@tbenyon)

    Hi @agentmishra,

    I just tested that ID you sent and it does appear to work.

    If you use the version of the plugin that I shared with you before and add the below code to your functions.php file in your active theme then you should find it is working.

    function myExlogHashAuthenticator($password, $hashFromDatabase) {
        $hmacHashFromPassword = hash_hmac('sha256', $password, '0ee04f60e6f20d6e369ead803e66d46c5cc9ef0c39a97273c4e93e6f876f4710');
        return password_verify($hmacHashFromPassword, $hashFromDatabase);
    }
    add_filter('exlog_hook_filter_authenticate_hash', 'myExlogHashAuthenticator', 10, 2);

    If you can verify this is working for you I will get this change into the next plugin update.

    Thanks,

    Tom

    Thread Starter agentmishra

    (@agentmishra)

    ok i will update you in a 2 days time, i am out of town, will return, check then update you

    Plugin Author tbenyon

    (@tbenyon)

    Cool

    Plugin Author tbenyon

    (@tbenyon)

    Hey @agentmishra,

    I haven’t heard back so I’m assuming this is resolved.

    If this is not the case, get in contact with me and I’ll re-open this ticket.

    Thanks,

    Tom

    Thread Starter agentmishra

    (@agentmishra)

    hi
    i am actually out on a training, so couldnt test it
    it will take time for me to return, but i will test this by tomorrow and update you

    sorry for the delay

    Thread Starter agentmishra

    (@agentmishra)

    hi
    not sure what is going wrong, but the passwords do not match

    would you mind helping, if you get time…

    Plugin Author tbenyon

    (@tbenyon)

    Hey @agentmishra,

    This is not a problem with the plugin at this point.

    You’ll need to get further advice from the service you’re using or pay for a web developer to work with you to solve your problem if you can’t figure it out.

    I wish you luck with it. If you have any questions regarding the plugin, please don’t hesitate to get back in contact and I’ll be happy to help.

    Thanks,

    Tom

    ??

    Thread Starter agentmishra

    (@agentmishra)

    i already wanted to connect with you for that specific development

    in case you may help me out
    kindly mail me at [email protected]
    and then i would even pay for the job

    kindly update me on this
    thanks
    amit

    Plugin Author tbenyon

    (@tbenyon)

    Hey @agentmishra,

    I don’t have time to take on this work at the moment but thank you for the offer.

    Thanks,

    Tom

    Thread Starter agentmishra

    (@agentmishra)

    hi Tom

    let me know if you have released the latest plugin with the fix, you had quoted above

    thanks
    amit

    Plugin Author tbenyon

    (@tbenyon)

    Hey @agentmishra,

    I am planning to get this feature released by the end of next week ??

    Thanks,

    Tom

Viewing 12 replies - 16 through 27 (of 27 total)
  • The topic ‘unable to login using this plugin’ is closed to new replies.