Increase password length limit to 64 characters

Closes bug #154.
This commit is contained in:
Alexander Barton 2013-03-08 19:31:57 +01:00
parent 3e35857080
commit b33da9b8f3
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@
#define CLIENT_NICK_LEN 32
/** Max. password length (including NULL). */
#define CLIENT_PASS_LEN 21
#define CLIENT_PASS_LEN 65
/** Max. length of user name ("login"; incl. NULL), RFC 2812, section 1.2.1. */
#ifndef STRICT_RFC