kaxil edited a comment on pull request #11468: URL: https://github.com/apache/airflow/pull/11468#issuecomment-707144934
> It's also possible to do `--password=foobar` (but not `-p=foobar`) which this PR won't catch. Fixed in https://github.com/apache/airflow/pull/11468/commits/40b1c0438857926bf7c1b32c70dba73a806edf24 I tested with `-p=foobar` and I was able to create the user with it too Example: ``` root@6b30e511a6ac:/opt/airflow# airflow users create --role Admin --username admin5 --email admin333 --firstname admin --lastname admin -p=admin ```  So I have handled that case too and added test for it ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
