You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/04/03 11:33:55 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #8089: In BREEZE.rst the command to create a user is outdated. #8086

kaxil commented on a change in pull request #8089: In BREEZE.rst the command to create a user is outdated. #8086
URL: https://github.com/apache/airflow/pull/8089#discussion_r402942579
 
 

 ##########
 File path: BREEZE.rst
 ##########
 @@ -482,7 +482,8 @@ running the webserver in order to log in. This can be done with the following co
 
 .. code-block:: bash
 
-    airflow users create --role Admin --username admin --password admin --email admin@example.com --firstname foo --lastname bar
+    airflow users create --email EMAIL --firstname FIRSTNAME --lastname LASTNAME --password PASSWORD --role Admin --username USERNAME
 
 Review comment:
   Except changing the order of args, what has changed?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services