-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[REFACTOR] Ensure user_pass not included in export.
Although user_pass would have been hashed, it still made little to no sense including it in the export. A common use case is to export from one environment to impose on to another and if not careful this would include the hashed password as the users password and thus set as the password (it would get re-hashed of course). Storing passwords in text files is generally frowned upon, so make sure we don't incldue it in the export.
- Loading branch information
Ian Jenkins
committed
Apr 8, 2021
1 parent
8b45810
commit 0ff11dc
Showing
2 changed files
with
21 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters