mirror of
https://github.com/SoDOff-Project/sodoff.git
synced 2025-10-11 16:28:50 -07:00
disable sending email in LoginParent reply
This commit is contained in:
parent
5c802927a0
commit
ea3de10100
@ -54,7 +54,7 @@ public class AuthenticationController : Controller {
|
|||||||
|
|
||||||
var response = new ParentLoginInfo {
|
var response = new ParentLoginInfo {
|
||||||
UserName = user.Username,
|
UserName = user.Username,
|
||||||
Email = user.Email,
|
//Email = user.Email, /* disabled to avoid put email in client debug logs */
|
||||||
ApiToken = session.ApiToken.ToString(),
|
ApiToken = session.ApiToken.ToString(),
|
||||||
UserID = user.Id.ToString(),
|
UserID = user.Id.ToString(),
|
||||||
Status = MembershipUserStatus.Success,
|
Status = MembershipUserStatus.Success,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user