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
03995a1c
Commit
03995a1c
authored
Nov 29, 2007
by
Richard Mansfield
Browse files
Set email field in usr table on registration
parent
629bf590
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/register.php
View file @
03995a1c
...
...
@@ -92,6 +92,7 @@ if (isset($key)) {
$user
->
authinstance
=
$authinstance
->
id
;
$user
->
firstname
=
$registration
->
firstname
;
$user
->
lastname
=
$registration
->
lastname
;
$user
->
email
=
$registration
->
email
;
$user
->
commit
();
$registration
->
id
=
$user
->
id
;
...
...
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