mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-27 02:22:04 +00:00
Update accsrvrq.aspx.cs
This commit is contained in:
@@ -148,7 +148,7 @@ namespace cnip.pages
|
||||
{
|
||||
var senderEmail = new MailAddress("opencellularcnip@gmail.com", "CNIP");
|
||||
var receiverEmail = new MailAddress(pemail, pname);
|
||||
var password = "opencellularAdmin123";
|
||||
var password = "";
|
||||
var sub = "Deactivate 2-Step Verification";
|
||||
var smtp = new SmtpClient
|
||||
{
|
||||
@@ -292,7 +292,7 @@ namespace cnip.pages
|
||||
{
|
||||
var senderEmail = new MailAddress("opencellularcnip@gmail.com", "CNIP");
|
||||
var receiverEmail = new MailAddress(pemail, pname);
|
||||
var password = "opencellularAdmin123";
|
||||
var password = "";
|
||||
var sub = "Reset password";
|
||||
var smtp = new SmtpClient
|
||||
{
|
||||
@@ -442,7 +442,7 @@ namespace cnip.pages
|
||||
{
|
||||
var senderEmail = new MailAddress("opencellularcnip@gmail.com", "CNIP");
|
||||
var receiverEmail = new MailAddress(pemail, pname);
|
||||
var password = "opencellularAdmin123";
|
||||
var password = "";
|
||||
var sub = "Confirm your CNIP account, " + pname;
|
||||
var smtp = new SmtpClient
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user