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
cf4c54ec
Commit
cf4c54ec
authored
Nov 07, 2006
by
Nigel McNie
Committed by
Nigel McNie
Nov 07, 2006
Browse files
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
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
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