Actions
Feature #10301
closedPassword confirmation when exporting encrypted backup file
Start date:
02/28/2020
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Description
I would highly recommend to implement password confirmation so you have to insert the password two times when exporting an encrypted pfsense backup file. Or alternatively the option to show the password before submitting it.
It would be a mess in case I really needed to restore the config but got an invalid password because I did a mistake when creating it.
Thank you in advance.
Updated by Viktor Gurov over 4 years ago
I see
hideInput('encrypt_password_confirm', encryptHide);
in diag_backup.php
Was this feature before?
Updated by Viktor Gurov over 4 years ago
This PR adds password confirmation:
https://github.com/pfsense/pfsense/pull/4231
Updated by Jim Pingle over 4 years ago
- Status changed from New to Pull Request Review
Updated by Renato Botelho over 4 years ago
- Status changed from Pull Request Review to Feedback
- Assignee set to Renato Botelho
- Target version set to 2.5.0
- % Done changed from 0 to 100
PR has been merged. Thanks!
Updated by Viktor Gurov over 4 years ago
- Status changed from Feedback to Resolved
works as expected on 2.5.0.a.20200325.1429
Actions