Issue Information
-
#008435
-
0 - None Assigned
-
Duplicate
Issue Confirmations
-
Yes (3)No (0)
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.
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.
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]] }, };
changed status to: Duplicate