Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
05baee7b
Commit
05baee7b
authored
Nov 06, 2006
by
Nigel McNie
Committed by
Nigel McNie
Nov 06, 2006
Browse files
Add the admin flag to the installed root user.
parent
f47d865b
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/admin/upgrade.json.php
View file @
05baee7b
...
@@ -48,6 +48,7 @@ if ($install) {
...
@@ -48,6 +48,7 @@ if ($install) {
$user
->
password
=
'mahara'
;
$user
->
password
=
'mahara'
;
$user
->
institution
=
'mahara'
;
$user
->
institution
=
'mahara'
;
$user
->
passwordchange
=
1
;
$user
->
passwordchange
=
1
;
$user
->
admin
=
1
;
$user
->
firstname
=
'Admin'
;
$user
->
firstname
=
'Admin'
;
$user
->
lastname
=
'User'
;
$user
->
lastname
=
'User'
;
$user
->
email
=
'admin@example.org'
;
$user
->
email
=
'admin@example.org'
;
...
...
Write
Preview
Supports
Markdown
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