{% extends "base.html" %} {% block title %}Sign in{% endblock %} {% block content %}
College KT PortalKnowledge Transfer

{{ icon('user') }} Sign in

Leads and Users sign in with Google or an emailed code.

Sign in with Google {% if not google_ready %}

Google sign-in is not set up yet. Ask the admin.

{% endif %} {% if otp_on %}
or use an email code
{{ icon('mail') }}

{% if mail_ready %}We email a 6-digit code to your registered address. It works once and expires in 10 minutes.{% else %}Email is not set up yet, so codes cannot be sent. Ask the admin.{% endif %}

{% endif %}

{{ icon('info') }} You can only sign in with an email address the admin has added.

{% endblock %}