Page 1 of 1

Populate the phone_pass automatically

PostPosted: Thu Dec 14, 2017 5:06 am
by dspaan
Can someone tell me how this works?

When you modify a user it has two fields for the phone login and password. The help text says:

Here is where you can set a default phone pass value for when the user logs into the agent screen. This value will populate the phone_pass automatically when the user logs in with their user-pass-campaign in the agent login screen.


But how do you get to the user/campaign login screen since the phone login screen comes first?

Re: Populate the phone_pass automatically

PostPosted: Thu Dec 14, 2017 6:07 am
by mflorell
There is an agc/options.php setting for that. You copy the agc/options-example.php to agc/options.php(if you haven't already), then edit this setting to:

$user_login_first = '1'; # set to 1 to have the vicidial_user login before the phone login

Re: Populate the phone_pass automatically

PostPosted: Fri Dec 15, 2017 2:39 am
by dspaan
Thanks Matt, works great :P