Google Sheets Authentication
Login with Google Sheets
Email
Password
Login
Sample Users (from sample_users.csv):
Email: john.doe@example.com, Password: password123
Email: jane.smith@example.com, Password: securepass456
Email: bob.johnson@example.com, Password: bobpass789
Testing User Login
This page demonstrates how to authenticate users using Google Sheets as a user database.
Sample Users for Testing:
Email
Password
Role
john.doe@example.com
password123
user
jane.smith@example.com
securepass456
admin
bob.johnson@example.com
bobpass789
user
Note:
Make sure you've imported the sample_users.csv file into a sheet named "users" in your Google Spreadsheet.
Back to Main Page