From 4bced6d8982d4e4dce3c1062151a6717dadc45ad Mon Sep 17 00:00:00 2001 From: Matheus Garcia Date: Fri, 3 May 2019 09:55:14 -0300 Subject: [PATCH] =?UTF-8?q?Passagem=20de=20logintoken=20na=20p=C3=A1gina?= =?UTF-8?q?=20principal=20(exig=C3=AAncia=20de=20seguran=C3=A7a=20do=20Moo?= =?UTF-8?q?dle=203.6)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layout/frontpage_ilb.php | 3 ++- templates/frontpage_ilb.mustache | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/layout/frontpage_ilb.php b/layout/frontpage_ilb.php index 0fe8842..27537f5 100644 --- a/layout/frontpage_ilb.php +++ b/layout/frontpage_ilb.php @@ -99,7 +99,8 @@ if (isloggedin()) { 'logo_saberes_xl' => $OUTPUT->image_url('logo_saberes_xl', 'theme'), 'output' => $OUTPUT, 'bodyattributes' => $bodyattributes, - 'moodle_url' => $CFG->wwwroot + 'moodle_url' => $CFG->wwwroot, + 'logintoken' => s(\core\session\manager::get_login_token()) ]; } diff --git a/templates/frontpage_ilb.mustache b/templates/frontpage_ilb.mustache index d2cdf70..563a9ae 100644 --- a/templates/frontpage_ilb.mustache +++ b/templates/frontpage_ilb.mustache @@ -163,6 +163,7 @@

Validar Certificado

Digite o código do certificado para verificar:

+
@@ -732,6 +733,8 @@ {{^username}}
+ +

ACESSO