Nextcloud password: allow to set a separeate pw and allow no encryption#2545
Merged
fichtner merged 1 commit intoopnsense:masterfrom Jul 15, 2018
Merged
Nextcloud password: allow to set a separeate pw and allow no encryption#2545fichtner merged 1 commit intoopnsense:masterfrom
fichtner merged 1 commit intoopnsense:masterfrom
Conversation
Member
fabianfrz
commented
Jul 14, 2018
- allow to use no password (no encryption)
- allow to use a different pw
fichtner
reviewed
Jul 14, 2018
| $crypto_password = (string)$nextcloud->password_encryption; | ||
| $hostname = $config->system->hostname . '.' .$config->system->domain; | ||
| $configname = 'config-' . $hostname . '-' . date("Y-m-d_h:m:s") . '.xml'; | ||
| $configname = 'config-' . $hostname . '-' . date("Y-m-d_H:i:s") . '.xml'; |
Member
There was a problem hiding this comment.
Or have we not fixed the time everywhere yet?
Member
Author
There was a problem hiding this comment.
my branch was probably too old - however git should not show it if it is equal on both branches...
Member
There was a problem hiding this comment.
hm, no github is bugging out here in this PR making it useless for opnsense-patch
Member
|
Merged, thanks! |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.