Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mahara
mahara
Commits
5e698a31
Commit
5e698a31
authored
Mar 23, 2018
by
Cecilia Vela Gurovic
Committed by
Gerrit Code Review
Mar 23, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Bug 1758139: Set password policy explicitly during install"
parents
3ba22067
24a98bdc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
htdocs/lib/upgrade.php
htdocs/lib/upgrade.php
+1
-0
No files found.
htdocs/lib/upgrade.php
View file @
5e698a31
...
...
@@ -630,6 +630,7 @@ function core_postinst() {
set_config
(
'installation_key'
,
get_random_key
());
set_config
(
'installation_time'
,
$now
);
set_config
(
'stats_installation_time'
,
$now
);
set_config
(
'passwordpolicy'
,
'8_ulns'
);
// Pre-define SMTP settings
set_config
(
'smtphosts'
,
''
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment