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
1fcfdacd
Commit
1fcfdacd
authored
Dec 30, 2008
by
Nigel McNie
Browse files
Set a sensible default for authinstance on the add user form.
parent
5b97884b
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/admin/users/add.php
View file @
1fcfdacd
...
...
@@ -106,6 +106,7 @@ if (count($authinstances) > 0) {
'type'
=>
'select'
,
'title'
=>
get_string
(
'institution'
),
'options'
=>
$options
,
'defaultvalue'
=>
1
,
'rules'
=>
array
(
'required'
=>
true
),
);
$elements
[
'institutionadmin'
]
=
array
(
...
...
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