mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
move password reset into BootStrap
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@152 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -26,6 +26,9 @@
|
||||
* better solution then plain text.
|
||||
*
|
||||
* $Log$
|
||||
* Revision 1.9 2005/04/18 22:32:24 imaginos
|
||||
* move password reset into BootStrap
|
||||
*
|
||||
* Revision 1.8 2005/04/18 17:26:23 imaginos
|
||||
* ditch warning message
|
||||
*
|
||||
@@ -121,7 +124,6 @@ public:
|
||||
if ( !BootStrap( vChans[a] ) )
|
||||
{
|
||||
m_bBootError = true;
|
||||
m_sPassword = "";
|
||||
return( false );
|
||||
}
|
||||
}
|
||||
@@ -143,6 +145,7 @@ public:
|
||||
}
|
||||
} else
|
||||
{
|
||||
m_sPassword = "";
|
||||
CUtils::PrintError("[" + GetModName() + ".so] Failed to Decrypt [" + pChan->GetName() + "]");
|
||||
return( false );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user