INSTALL.md

This commit is contained in:
jysperm
2014-05-27 04:02:21 +08:00
parent 9102d76699
commit bcd02da409
4 changed files with 26 additions and 21 deletions

View File

@@ -11,8 +11,8 @@ module.exports =
account:
invalid_username: [
'root', 'daemon', 'bin', 'sys', 'sync', 'games', 'man', 'lp', 'mail', 'colord', 'nobody',
'news', 'uucp', 'proxy', 'www-data', 'backup', 'list', 'irc', 'gnats', 'messagebus',
'syslog', 'sshd', 'ntp', 'memcache', 'mongodb', 'rpadmin', 'postfix', 'libuuid'
'syslog', 'sshd', 'ntp', 'memcache', 'mongodb', 'rpadmin', 'postfix', 'libuuid', 'mysql',
'news', 'uucp', 'proxy', 'www-data', 'backup', 'list', 'irc', 'gnats', 'messagebus'
]
cookie_time: 30 * 24 * 3600 * 1000