powerdns-admin/powerdnsadmin
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
..
lib feat: Move the account parse calls to a method 2022-06-18 14:30:56 +02:00
models models/user.py: properly guard plain_text_password property 2022-09-06 15:31:43 +02:00
routes Merge pull request #1221 from corubba/bugfix/changelog-hyphen 2022-07-01 15:52:44 +03:00
services Use HTTP_X_FORWARDED_PROTO header from reverse proxy to rewrite https:// for SAML request URLs 2022-05-19 19:00:38 -07:00
static Add general modal functions 2022-05-19 00:53:20 +02:00
templates Fix rrset changelog for names with hyphen 2022-06-19 12:16:40 +02:00
__init__.py Fix csrf configuration 2022-06-18 18:51:40 +02:00
assets.py fix: Update JS minifier library 2022-06-24 23:03:01 +02:00
decorators.py enh: Enforce Record Restrictions in API (#1089) 2022-06-18 14:20:49 +02:00
default_config.py Set SameSite on cookies 2022-06-18 18:51:42 +02:00
swagger-spec.yaml Updated the unknown state 2022-05-23 16:46:11 +00:00