Bug #14544
closedPPP interface default username/password are not being populated from provider data on ``interfaces.php`` and ``interfaces_ppps_edit.php``
100%
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"
Updated by Jim Pingle about 1 year ago
- Status changed from Confirmed to Feedback
- % Done changed from 0 to 100
Applied in changeset b85c6620ba16fd249eafc2575d32a3240969f79c.
Updated by Jim Pingle about 1 year ago
- Status changed from Feedback to Resolved
- Assignee set to Jim Pingle
Works fine on current snapshot. Both interfaces.php
and interfaces_ppps_edit.php
populate the username, password, and confirm password fields with default values from the provider database.
Updated by Jim Pingle about 1 year ago
- Target version changed from 2.8.0 to 2.7.1