Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mahara
mahara
Commits
cf4c54ec
Commit
cf4c54ec
authored
Nov 07, 2006
by
Nigel McNie
Committed by
Nigel McNie
Nov 07, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added a bunch of fields to the institution table that are required for
authentication.
parent
d5437711
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
htdocs/lib/db/install.xml
htdocs/lib/db/install.xml
+8
-3
No files found.
htdocs/lib/db/install.xml
View file @
cf4c54ec
...
...
@@ -27,9 +27,14 @@
</TABLE>
<TABLE
NAME=
"institution"
>
<FIELDS>
<FIELD
NAME=
"name"
TYPE=
"char"
LENGTH=
"255"
NOTNULL=
"true"
/>
<FIELD
NAME=
"displayname"
TYPE=
"char"
LENGTH=
"255"
NOTNULL=
"true"
/>
<FIELD
NAME=
"authplugin"
TYPE=
"char"
LENGTH=
"255"
NOTNULL=
"true"
/>
<FIELD
NAME=
"name"
TYPE=
"char"
LENGTH=
"255"
NOTNULL=
"true"
/>
<FIELD
NAME=
"displayname"
TYPE=
"char"
LENGTH=
"255"
NOTNULL=
"true"
/>
<FIELD
NAME=
"authplugin"
TYPE=
"char"
LENGTH=
"255"
NOTNULL=
"true"
/>
<FIELD
NAME=
"registerallowed"
TYPE=
"int"
LENGTH=
"1"
NOTNULL=
"true"
DEFAULT=
"1"
/>
<FIELD
NAME=
"updateuserinfoonlogin"
TYPE=
"int"
LENGTH=
"1"
NOTNULL=
"false"
DEFAULT=
"0"
/>
<FIELD
NAME=
"defaultaccountlifetime"
TYPE=
"datetime"
NOTNULL=
"false"
/>
<FIELD
NAME=
"defaultaccountinactiveexpire"
TYPE=
"int"
NOTNULL=
"false"
/>
<FIELD
NAME=
"defaultaccountinactivewarn"
TYPE=
"int"
NOTNULL=
"false"
DEFAULT=
"604800"
/>
</FIELDS>
<KEYS>
<KEY
NAME=
"primary"
TYPE=
"primary"
FIELDS=
"name"
/>
...
...
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