Beret - Nov 11, 2014 17:39
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. [color=rgb(68,68,68)][font='Segoe UI']I[/font][/color]n 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.
This post has been edited by
Beret
on Nov 11, 2014 18:44
kyeme - Nov 11, 2014 23:21
I can confirm
I think we need a conf something like pin_deny.txt etc.
[url="https://www.youtube.com/watch?v=wTCWSoOyG60&feature=youtu.be"]https://www.youtube.com/watch?v=wTCWSoOyG60&feature=youtu.be[/url]
This post has been edited by
kyeme
on Nov 11, 2014 23:34
malufett - Nov 12, 2014 14:24
this is the settings for it...it also have disable 2nd pass for specific IP..
[code=auto:0]
--//////////////////////////////////////////////////////////////////////////////
-- 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]] },
};
[/code]
:meow:
kyeme - Dec 16, 2015 11:18
[url="https://github.com/HerculesWS/Hercules/issues/769"]https://github.com/HerculesWS/Hercules/issues/769[/url]