Skip to content

Commit

Permalink
MOBILE-261 Add hidden pre-entered school.demo.moodle.net login inform…
Browse files Browse the repository at this point in the history
…ation (adding teacher)
  • Loading branch information
jleyva committed Mar 7, 2013
1 parent dcef68c commit be9d8f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"dev_debug": true,
"airnotifier_url": "http://notify.moodle.net:8801/tokens/",
"extra_js": [],
"demo_sites": [{"key": "student", "url": "http://school.demo.moodle.net", "username": "student", "password": "moodle"}, {"key": "cva", "url": "http://mm.cvaconsulting.com/moodle", "username": "student", "password": "student"}]
"demo_sites": [{"key": "student", "url": "http://school.demo.moodle.net", "username": "student", "password": "moodle"}, {"key": "teacher", "url": "http://school.demo.moodle.net", "username": "teacher", "password": "moodle"}, {"key": "cva", "url": "http://mm.cvaconsulting.com/moodle", "username": "student", "password": "student"}]
}
2 changes: 1 addition & 1 deletion lib/mm.js
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ var MM = {
}

if (!username) {
msg += MM.lang.s('usernamerequired') + 'br/>';
msg += MM.lang.s('usernamerequired') + '<br/>';
stop = true;
}
if (!password) {
Expand Down

0 comments on commit be9d8f5

Please sign in to comment.