kaxil commented on a change in pull request #3863: [AIRFLOW-XXX] Refine web UI 
authentication-related docs
URL: https://github.com/apache/incubator-airflow/pull/3863#discussion_r217889051
 
 

 ##########
 File path: docs/security.rst
 ##########
 @@ -16,9 +16,12 @@ Web Authentication
 Password
 ''''''''
 
+.. note:: This is for older version of the web UI only. If you are using 
FAB-based web UI with RBAC feature,
+   please use command line interface `create_user` to create accounts, or do 
that in the FAB-based UI itself.
+
 One of the simplest mechanisms for authentication is requiring users to 
specify a password before logging in.
 Password authentication requires the used of the ``password`` subpackage in 
your requirements file. Password hashing
-uses bcrypt before storing passwords.
+uses `bcrypt` before storing passwords.
 
 Review comment:
   You need two double back-ticks for highlighting in Sphinx
   
   ```
   ``bcrypt``
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to