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
134b79f0
Commit
134b79f0
authored
Nov 12, 2006
by
Nigel McNie
Committed by
Nigel McNie
Nov 12, 2006
Browse files
Standardised the fields for "keys" that come from e-mails, and also on
"expiry" for things that time out, with regards to authentication.
parent
3fe0990e
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/db/install.xml
View file @
134b79f0
...
...
@@ -448,8 +448,8 @@
<FIELD
NAME=
"firstname"
TYPE=
"text"
NOTNULL=
"true"
/>
<FIELD
NAME=
"lastname"
TYPE=
"text"
NOTNULL=
"true"
/>
<FIELD
NAME=
"email"
TYPE=
"text"
NOTNULL=
"true"
/>
<FIELD
NAME=
"
reg
key"
TYPE=
"char"
LENGTH=
"16"
NOTNULL=
"true"
/>
<FIELD
NAME=
"
timeregistered
"
TYPE=
"datetime"
NOTNULL=
"true"
/>
<FIELD
NAME=
"key"
TYPE=
"char"
LENGTH=
"16"
NOTNULL=
"true"
/>
<FIELD
NAME=
"
expiry
"
TYPE=
"datetime"
NOTNULL=
"true"
/>
</FIELDS>
<KEYS>
<KEY
NAME=
"primary"
TYPE=
"primary"
FIELDS=
"id"
/>
...
...
@@ -460,7 +460,7 @@
<FIELDS>
<FIELD
NAME=
"usr"
TYPE=
"int"
LENGTH=
"10"
NOTNULL=
"true"
/>
<FIELD
NAME=
"expiry"
TYPE=
"datetime"
NOTNULL=
"true"
/>
<FIELD
NAME=
"
code
"
TYPE=
"char"
LENGTH=
"20"
NOTNULL=
"true"
/>
<FIELD
NAME=
"
key
"
TYPE=
"char"
LENGTH=
"20"
NOTNULL=
"true"
/>
</FIELDS>
<KEYS>
<KEY
NAME=
"primary"
TYPE=
"primary"
FIELDS=
"usr,expiry"
/>
...
...
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