Actions
Bug #14544
closedPPP interface default username/password are not being populated from provider data on ``interfaces.php`` and ``interfaces_ppps_edit.php``
Start date:
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
23.09
Release Notes:
Default
Affected Version:
Affected Architecture:
Description
When selecting a PPP interface service (country, provider, plan) there is JavaScript on the page which is supposed to populate the username/password fields, but it does not do so properly.
On interfaces.php
it's trying to find ppp_username
and ppp_password
in the XML but those do not exist (likely a copy/paste/replace error)
On interfaces_ppps_edit.php
it populates the username but not the password.
On both pages it fails to populate the confirm password field.
Selecting any provider with a pre-populated user/pass will show the behavior. For example, set Country: "Armenia", Provider: "Orange", Plan: "Orange MMS - mms.orange.jo"
Actions