{% extends 'base.html' %} {% block title %}Login - Yatra Booking System Testing{% endblock %} {% block content %}

๐Ÿ”‘ User Login

Login works for all 3 roles: ADMIN, OPERATOR and PASSENGER (normal user)

{% csrf_token %}
โ€” OR โ€”
Continue with Google - Passenger Continue with Google - Operator

New here? Create an account

๐Ÿงช Admin test account (created by py create_test_users.py): admin@yatra.com / Test@123

Users & operators create their own accounts โ€” register with email + password (verified by a 6-digit OTP), or use a Google button above. Login for them is 2-step: password + OTP. Admin is password-only. After 5 wrong passwords the account is locked for 15 minutes. Sessions last 7 days, then login (with OTP) is required again. Every attempt is saved in the Login Logs.
{% endblock %}