Project

General

Profile

Cannot Login || Goautodial v4.0

Added by otmane killman over 5 years ago

I have installed Goautodial using https://goautodial.org/projects/goautodialce/wiki/Version_4_How_To_Install_Goautodial_From_Scratch_using_CentOS_7X , But after the installation i cannot login to the portal. i am receiving an error "Invalid login or password. Please try again", I ty to follow this topic : https://goautodial.org/boards/1/topics/13608 but i have still problem .


Replies (5)

RE: Cannot Login || Goautodial v4.0 - Added by Brian Horakh over 5 years ago

It appears to be an issue in the installation wiki (which has A LOT of hardcoded passwords -- very scary)

I was able to resolve this by temporarily modifying the file
./goAPIv2/goUsers/goUserLogin.php

line 79 and removing the password check:
changing:
AND ".$passSQL."
to:
/* AND ".$passSQL." */

this will let ANY user login without a matching password .. so PLEASE don't leave it like that (but then you can login and change the password and switch it back)
Additionally I had some permissions issues -- but I modified the setup as I went because I didn't want to use the default password.

I'm going to try and improve the wiki this weekend -- ideally try and document a bit more about how version 4 works.

-Brian Horakh
Elastic.ventures

RE: Cannot Login || Goautodial v4.0 - Added by otmane killman over 5 years ago

hi Brian Horakh thanks for you respond , i try remove // AND ".$passSQL." // in goUserLogin.php some problem .

RE: Cannot Login || Goautodial v4.0 - Added by otmane killman over 5 years ago

otmane killman wrote:

hi Brian Horakh thanks for you respond , i try remove // AND ".$passSQL." // in goUserLogin.php same problem .

RE: Cannot Login || Goautodial v4.0 - Added by Slot Zero over 5 years ago

I finally have all 9 screens running for GoAutoDial v4 the only snag is asterisk doesn't start up by itself after reboot. So I execute the BootUP script to bring it up. The second problem is Kamailio doesn't start regardless of countless attempts and config variations. The password hash that you have entered in the DB as part of the install is not correct. What type of hash is it?

Cheers

RE: Cannot Login || Goautodial v4.0 - Added by Demian Biscocho over 5 years ago

GOautodial 4 ISO installer is available now (thought the "Getting Started Guide" to be posted soon). More details here: https://goautodial.org/boards/20/topics/14072.

    (1-5/5)
    Go to top