Configure whether end users can sign in to your app with an email address and password. This is the CLI equivalent of toggling the “Email and password” option in your app’s authentication settings. This command updates your local auth config file. To apply the change to your deployed app, runDocumentation Index
Fetch the complete documentation index at: https://docs.base44.com/llms.txt
Use this file to discover all available pages before exploring further.
auth push or deploy.
Usage
Enable username and password login:Arguments
| Argument | Description | Required |
|---|---|---|
<enable|disable> | Whether to enable or disable password authentication | Yes |
See also
auth social-login: Enable or disable social login providersauth pull: Fetch auth config from Base44 to your local projectauth push: Push local auth config to Base44deploy: Deploy all project resources, including auth config- Managing login and registration: Configure login options in the dashboard

