FACTUAL ACTIVITY RECORD · An activity record based on work that took place
Refining production authentication email and alternative login
Providing bilingual six-digit OTP as an independent login path to the same administrator
Purpose
Production authentication needed an email OTP path that let a registered human administrator reach the same account independently of Google login.
Implementation
The operating contract now covers custom SMTP, a verified sender domain, SPF and DKIM, and a bilingual six-digit OTP template without links. Control Center uses the same compact login card in Development and Production, with Google and email OTP presented as independent options in Production.
The production login screen keeps Google authentication as the primary path while presenting registered email plus a six-digit code as an independent alternative. Button disabled states make the input requirements explicit before sending or verifying a code.
Rendering diagram…
What was confirmed
Verification results
Device testing confirmed receipt of the bilingual OTP email, OTP login to the same human administrator, Google login, and return to the application.
The sending credential remains only with the authentication provider and does not enter the application, repository, or automation.
Basis for completion
The work was complete when the authentication-email boundary and two independent login paths to the same administrator were verified on a real device.