Pascal de Bruijn 4fd1b10018 models/user.py: properly guard plain_text_password property
Resolves the following issue, which occurs with force_otp enabled
and OAuth authentication sources:

File "/srv/powerdnsadmin/powerdnsadmin/models/user.py", line 481, in update_profile
  "utf-8") if self.plain_text_password else user.password
AttributeError: 'User' object has no attribute 'plain_text_password'
2022-09-06 15:31:43 +02:00
..
2020-06-19 08:47:51 +07:00
2019-12-02 10:32:03 +07:00
2019-12-02 10:32:03 +07:00
2020-06-19 08:47:51 +07:00
2020-06-19 08:47:51 +07:00
2022-06-18 18:58:39 +02:00
2020-06-19 08:47:51 +07:00
2020-06-19 08:47:51 +07:00