HomeVendure CoreMoreMoreAuthSuperadminCredentialsOn this pageSuperadminCredentials@vendure/coreSource These credentials will be used to create the Superadmin user & administrator when Vendure first bootstraps. Signatureinterface SuperadminCredentials { identifier: string; password: string;} identifierpropertystringDefault:'superadmin'The identifier to be used to create a superadmin accountpasswordpropertystringDefault:'superadmin'The password to be used to create a superadmin accountWas this chapter helpful?It was helpfulIt wasn't helpfulReport IssuePreviousSessionCacheStrategyNextVerificationTokenStrategyEdited Jun 30, 2026ยทEdit this page