Skip to content

Nextcloud password: allow to set a separeate pw and allow no encryption#2545

Merged
fichtner merged 1 commit intoopnsense:masterfrom
fabianfrz:nextcloud_pw
Jul 15, 2018
Merged

Nextcloud password: allow to set a separeate pw and allow no encryption#2545
fichtner merged 1 commit intoopnsense:masterfrom
fabianfrz:nextcloud_pw

Conversation

@fabianfrz
Copy link
Copy Markdown
Member

  • allow to use no password (no encryption)
  • allow to use a different pw

$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';
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or have we not fixed the time everywhere yet?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

my branch was probably too old - however git should not show it if it is equal on both branches...

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hm, no github is bugging out here in this PR making it useless for opnsense-patch

@fichtner fichtner self-assigned this Jul 14, 2018
@fichtner fichtner merged commit 1553401 into opnsense:master Jul 15, 2018
@fichtner
Copy link
Copy Markdown
Member

Merged, thanks!

@fabianfrz fabianfrz deleted the nextcloud_pw branch July 15, 2018 10:17
fichtner pushed a commit that referenced this pull request Jul 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants