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
..
2022-05-19 00:53:20 +02:00
2022-06-18 18:51:40 +02:00
2022-06-24 23:03:01 +02:00
2022-06-18 18:51:42 +02:00
2022-05-23 16:46:11 +00:00