Source: apps/search_console_tools/models.py.
🎯 Purpose
Account stores Google credentials used for UI automation.
Fields:
email(unique)passwordcreated_at,updated_at
Note: currently the password is stored in the database as plain text.
Source: apps/search_console_tools/models.py.
Account stores Google credentials used for UI automation.
Fields:
email (unique)passwordcreated_at, updated_atNote: currently the password is stored in the database as plain text.