$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 grade securely code made by students.
Please log in to see the courses.
$if error:
Invalid login/password
$if len(auth_methods) > 1:
$for authid, (name, _) in auth_methods.iteritems():