froginwell created AIRFLOW-2462:
-----------------------------------

             Summary: airflow.contrib.auth.backends.password_auth.PasswordUser 
exists bug
                 Key: AIRFLOW-2462
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-2462
             Project: Apache Airflow
          Issue Type: Bug
          Components: authentication, contrib
    Affects Versions: 1.9.0
            Reporter: froginwell


 PasswordUser

{quote}
@password.setter
def _set_password(self, plaintext):
    self._password = generate_password_hash(plaintext, 12)
    if PY3:
        self._password = str(self._password, 'utf-8')
{quote}

_set_password should be renamed as password.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to