mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
domain: make sure of it
This commit is contained in:
parent
e9802ce2dc
commit
2e86bae4ef
1 changed files with 2 additions and 0 deletions
|
@ -712,7 +712,9 @@ class DomainConfigPanel(ConfigPanel):
|
|||
self.entity, self.new_values["recovery_password"]
|
||||
)
|
||||
# Do not save password in yaml settings
|
||||
del self.values["recovery_password"]
|
||||
del self.new_values["recovery_password"]
|
||||
assert "recovery_password" not in self.future_values
|
||||
|
||||
super()._apply()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue