diff options
Diffstat (limited to 'conf/char-server.conf')
-rw-r--r-- | conf/char-server.conf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/conf/char-server.conf b/conf/char-server.conf index 26503f468..c573a5339 100644 --- a/conf/char-server.conf +++ b/conf/char-server.conf @@ -167,7 +167,12 @@ db_path: db // NOTE: Requires client 2011-03-09aragexeRE or newer. // 0: disabled // 1: enabled -pincode_enabled: 0 +pincode_enabled: 1 + +// Request Pincode only on login or on everytime char select is accessed? +// 0: only on login (default) +// 1: everytime the char select window is accessed +pincode_charselect: 0 // How often does a user have to change his pincode? // Default: 0 |