Merge pull request #140 from AuthMe-Team/master

Stuff from the team
This commit is contained in:
Alexandre Vanhecke 2015-07-23 17:11:12 +02:00
commit c275e76c57
4 changed files with 2 additions and 6 deletions

View File

@ -16,11 +16,6 @@ sessionLogin:
# And try to login with an another IP Address?
sessionExpireOnIpChange: true
performance:
# HIGHLY recommended to use this! This will increase database performance
# Default is true, change it to false if you experience issues
useMultiThreading: true
security:
# Should players in the OP list have every permissions?
opPermissions: true

View File

@ -30,6 +30,7 @@ redis:
columnNames:
idColumn: id
nameColumn: username
realNameColumn: realname
passwordColumn: password
ipColumn: ip
emailColumn: email

View File

@ -8,7 +8,7 @@
- Build status (Travis): [![Build Status](https://travis-ci.org/Xephi/AuthMeReloaded.svg?branch=master)](https://travis-ci.org/Xephi/AuthMeReloaded)
- Build status (CircleCI): [CircleCI project Page](https://travis-ci.org/Xephi/AuthMeReloaded)
- Build status (CircleCI): [CircleCI project Page](https://circleci.com/gh/xephi/AuthMeReloaded)
- Build Server (<strong>DEVELOPMENT BUILDS</strong>): <a href="http://ci.xephi.fr">Xephi's Jenkins</a>

Binary file not shown.