mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #30363
[Bug 1494565] Re: Web services auth uses wrong lang string in auth list
** Also affects: mahara/15.10
Importance: Undecided
Status: New
** Also affects: mahara/15.10
Importance: Undecided
Status: Fix Released
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1494565
Title:
Web services auth uses wrong lang string in auth list
Status in Mahara:
Fix Committed
Status in Mahara 15.04 series:
Fix Committed
Status in Mahara 15.10 series:
Fix Released
Bug description:
Mahara 15.04 and 15.10
When you are on /admin/users/institutions.php and edit an institution,
you an choose "Web services" from the list of authentication methods.
The description only reads "Description" instead of the actual
description "Web services-only users authenticated against Mahara's
database".
I tracked it down to the following (in Mahara 15.10):
The "description" string on line 16 of /auth/webservice/lang/en.utf8/auth.webservice.php is correct. However, the auth list uses string "description" from line 153 from the section "wsdoc" instead.
When I comment the wsdoc "description" out, the proper description
shows up in the authlist. So changing the string ID for the wsdoc to
"wsdocdescription" should all that is needed. Unfortunately, I
couldn't identify where I could change the string in the code and thus
couldn't change it myself.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1494565/+subscriptions
References