$def with (auth_methods, error) $# $# This file is part of INGInious. See the LICENSE and the COPYRIGHTS files for $# more information about the licensing of this file. $# $var title: Connexion $# Start content

Hello! Welcome on the INGInious platform.

INGInious allows to securely grade code made by students.

Please log in to see the courses.

$:template_helper.call('welcome_text', template_helper=template_helper)
$if error: $if len(auth_methods) > 1:
$for authid, (_, fields) in auth_methods.items():

$for name, data in fields["input"].items(): $if data["type"] == "password": $ type="password" $else: $ type="text"
$if fields["info"]:
$:fields["info"]