Issue information

Issue ID
#8435
Status
Duplicate
Severity
None
Started
Beret
Nov 11, 2014 17:39
Last Post
kyeme
Dec 16, 2015 11:18
Confirmation
Yes (3)
No (0)

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]