Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
9a6a59e9
Commit
9a6a59e9
authored
Mar 22, 2016
by
Son Nguyen
Committed by
Robert Lyon
Mar 31, 2016
Browse files
Add default openbadge sources. Bug 1536393
behatnotneeded Change-Id: Ie42a7892aa759e8a3af6486dbb8f3506b71efcc0
parent
27f74fb0
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/config-defaults.php
View file @
9a6a59e9
...
...
@@ -695,3 +695,12 @@ $cfg->urlsecret = 'mysupersecret';
* There are up to 20 alternate salts (e.g. $cfg->passwordsaltalt2, $cfg->passwordsaltalt3, etc)
*/
$cfg
->
passwordsaltalt1
=
'old salt value'
;
/**
* @global array $cfg->openbadgedisplayer_source The open badge sources
* The default sources are Mozilla Backpack and openbadgepassport.com
*/
$cfg
->
openbadgedisplayer_source
=
array
(
'backpack'
=>
'https://backpack.openbadges.org/'
,
'passport'
=>
'https://openbadgepassport.com/'
);
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment