Jump to content

  •  

Bug Tracker Migration

June 3rd
Good news everyone! The staff has decided that it is time to slowly kill off this Bug Tracker. We will begin the process of slowly migrating from this Bug Tracker over to our Github Issues which can be found here: https://github.com/HerculesWS/Hercules/issues

Over the next couple of days, I will be closing off any opportunity to create new reports. However, I still will keep the opportunity to reply to existing Bug Reports. Doing this will allow us to slowly fix any bug reports we have listed here so that we can easily migrate over to our Issue Tracker.

Update - June 7th 2015: Creating new bug posts has been disabled. Please use our https://github.com/HerculesWS/Hercules/issues tracker to post bugs. Users are still able to reply to existing bug posts.

- Administration

Issue Information

  • #008435

  • 0 - None Assigned

  • Duplicate

Issue Confirmations

  • Yes (3)No (0)
Photo

Pin code different from aegis

Posted by Beret on 11 November 2014 - 05:39 PM

I was looking at aegis server and noticed that the pin code system of hercules doesn't work like the aegis.

Repeated numbers (1111, 2222,...9999,) or sequential (1234, 5678, 0123, 6789, etc.) are not accept passwords for the system pin code. In addition to appearing a window with the msgstringtable line 1897


Also when you create the password for the first time a window appears with the msgstringtable line 1890

To change the password pops up a window with the msgstringtable line 1892.

When you enter the wrong pin code pops up a window with the msgstringtable line 1893.

I can confirm
I think we need a conf something like pin_deny.txt etc.



this is the settings for it...it also have disable 2nd pass for specific IP..
--//////////////////////////////////////////////////////////////////////////////
-- Second Password¸¦ »ç¿ëÇÒ Áö ¿©ºÎ¸¦ ³ªÅ¸³À´Ï´Ù. (1:»ç¿ë, 0:¹Ì»ç¿ë)
--//////////////////////////////////////////////////////////////////////////////
EnableSecondPW =
{
UseSecondPW = 0;
}

--//////////////////////////////////////////////////////////////////////////////
-- Second Password ÀÌ¿ë¾ÈÇϱ⠱â´ÉÀ» ¾µÁö ¾Ê¾µÁö ¿©ºÎ¸¦ ³ªÅ¸³À´Ï´Ù.
-- (1:»ç¿ë, 0:¹Ì»ç¿ë)
--//////////////////////////////////////////////////////////////////////////////
UsedSecondPWNotAvail =
{
SecondPWNotAvail = 0;
}
--//////////////////////////////////////////////////////////////////////////////
-- Second Password·Î »ç¿ëÇÒ ¼ö ¾ø´Â ±ÝÄ¢¾î Å°¿öµå ¸®½ºÆ®¸¦ ÀÌ °÷¿¡ ³ª¿­ÇÕ´Ï´Ù.
-- ex) ¼³Á¤¹æ¹ý : "{ [[Á¦ÇÑÅ°¿öµå]] }, "
--//////////////////////////////////////////////////////////////////////////////
SecondPWRestrictKeyTbl =
{
{ [[0000]] },
{ [[1111]] },
{ [[2222]] },
{ [[3333]] },
{ [[4444]] },
{ [[5555]] },
{ [[6666]] },
{ [[7777]] },
{ [[8888]] },
{ [[9999]] },
{ [[0123]] },
{ [[1234]] },
{ [[2345]] },
{ [[3456]] },
{ [[4567]] },
{ [[5678]] },
{ [[6789]] },
{ [[7890]] },
};

--//////////////////////////////////////////////////////////////////////////////
-- Second Password¸¦ »ç¿ëÇÏÁö ¾Ê´Â IP ¸®½ºÆ®¸¦ µî·ÏÇÕ´Ï´Ù.
-- ex) ¼³Á¤¹æ¹ý : "{ [[192.168.5.50]] },"
--//////////////////////////////////////////////////////////////////////////////
SecondPWNoCheckIP =
{
{ [[59.10.115.39]] },
{ [[59.10.115.28]] },
{ [[59.10.115.40]] },
};
:meow:

changed status to: Duplicate