Skip to content
Snippets Groups Projects
Commit 2cbf70e0 authored by deuce's avatar deuce
Browse files

Increase the maximim password sizes to 128 as requested by flainn

parent b4a5aa64
Branches
Tags
No related merge requests found
......@@ -18,8 +18,8 @@
#define LIST_NAME_MAX 30
#define LIST_ADDR_MAX 64
#define MAX_USER_LEN 30
#define MAX_PASSWD_LEN 16
#define MAX_SYSPASS_LEN 40
#define MAX_PASSWD_LEN 128
#define MAX_SYSPASS_LEN 128
enum {
USER_BBSLIST
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment