ERPNext
Frappe Technologiesenterprise app3 credentials
Administrator/User Password
erpnext / administrator-password
ERPNext and the Frappe framework use local site users, including the Administrator account created during site setup, for Desk and API login.
Location
ERPNext/Frappe Desk login and REST APIFrappe site database user records and password verifier fields
site_config.json, bench setup files, and deployment manifests
bench passwords, Docker/Kubernetes secrets, and password managers
bench automation, test fixtures, and CI configuration
bench install logs and authentication traces
Notes
There is no universal ERPNext Administrator password; it is set or generated during site creation.
API Key and API Secret
erpnext / api-key-secret
Frappe/ERPNext users can generate API key and API secret pairs for token-based REST API access.
Looks like
patterntoken\s+[A-Za-z0-9._~-]+:[A-Za-z0-9._~-]+Location
AuthorizationToken api_key:api_secret for REST API authentication
User records storing API key and secret material
integration scripts, .env files, bench commands, and connector settings
FRAPPE_API_KEY, FRAPPE_API_SECRET, ERPNEXT_API_KEY, ERPNEXT_API_SECRETCI/CD variables, vault entries, and integration secrets
ERP integrations, tests, and automation repositories
HTTP traces and connector debug logs
Site Config and Integration Secrets
erpnext / site-and-integration-secrets
ERPNext site configuration carries database credentials, encryption keys, scheduler/webhook secrets, email account passwords, and third-party integration tokens.
Location
sites/*/site_config.jsonper-site database password, encryption key, and integration settings
DocType records for Email Account, Social Login Key, integrations, and webhooks
Docker/Kubernetes secrets and bench deployment vaults
bench repo configuration and committed site backups
bench backups containing site_config.json and SQL dumps
Scope
Authorized use
LOLCreds helps map the credential surface of real products: known defaults, generated values, credential locations, and exposure patterns.