Page 1 of 1

LOGIN WITH USERLOGIN AND PASS ONLY

PostPosted: Mon Dec 09, 2019 12:26 am
by ruben23
version: 2.14b0.5
SVN Version: 3067
DB Schema Version: 1564
DB Schema Update Date: 2019-03-01 18:32:30
Password Encryption:DISABLED - S1 - C1
Auto User-add Value: 101
Recording Prompt Count: 0
Install Date: 2019-03-01
ASterisk 1.8
Scratch install Ubuntu Server

Hi guys how do i set up the agent to login by User login and password only no need to input the Phonelogin credentials instead set it only on the user details attached to a user any idea guys

Re: LOGIN WITH USERLOGIN AND PASS ONLY

PostPosted: Mon Dec 09, 2019 8:24 am
by mflorell
in the agc web directory, find the "options-example.php" file. Copy it to "options.php" in the same web folder and change

$user_login_first = '0';

to:

$user_login_first = '1';


Then you can set the phone login and phone password fields in your users' settings to avoid the phone login screen entirely.

Re: LOGIN WITH USERLOGIN AND PASS ONLY

PostPosted: Tue Dec 10, 2019 7:46 am
by ruben23
@Mflorell

Thanks a lot for the help