This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
mohsen
/
sevomin
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fill email field
confirmation-email
Milad Karbasizadeh
11 years ago
parent
309fdbbf85
commit
157b59a0f4
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
Sevomin.WebFrontend.Controllers/AccountController.cs
+ 1
- 0
Sevomin.WebFrontend.Controllers/AccountController.cs
View File
@ -51,6 +51,7 @@ namespace Sevomin.WebFrontend.Controllers
user
.
SignUpDate
=
DateTime
.
UtcNow
;
}
user
.
DisplayName
=
model
.
DisplayName
;
user
.
Email
=
model
.
Email
;
var
result
=
await
UserManager
.
CreateAsync
(
user
,
model
.
Password
)
;
if
(
result
.
Succeeded
)
{
Write
Preview
Loading…
Cancel
Save