Advertisement
falconhome

AuthMe 5.2 plugin config.yml for phpbb3.1.7

Jan 29th, 2016
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.50 KB | None | 0 0
  1. DataSource:
  2. backend: mysql
  3. caching: false
  4. mySQLHost: 127.0.0.1
  5. mySQLPort: '3306'
  6. mySQLUsername: ***** Remove the stars, and put your mysql username here
  7. mySQLPassword: '***** Remove the stars, and put your mysql password here'
  8. mySQLDatabase: phpbb3
  9. mySQLTablename: phpbb_users
  10. mySQLColumnId: user_id
  11. mySQLColumnName: username
  12. mySQLColumnPassword: user_password
  13. mySQLColumnEmail: user_email
  14. mySQLColumnLogged: user_isLogged
  15. mySQLColumnIp: user_ip
  16. mySQLColumnLastLogin: user_lastvisit
  17. mySQLlastlocX: user_lastlocword_x
  18. mySQLlastlocY: user_lastlocword_y
  19. mySQLlastlocZ: user_lastlocword_z
  20. mySQLlastlocWorld: user_lastlocworld
  21. mySQLRealName: username_clean
  22. mySQLWebsite: false
  23. settings:
  24. helpHeader: AuthMeReloaded
  25. sessions:
  26. enabled: false
  27. timeout: 10
  28. sessionExpireOnIpChange: true
  29. restrictions:
  30. allowChat: false
  31. allowCommands:
  32. - /login
  33. - /register
  34. - /l
  35. - /reg
  36. - /email
  37. - /captcha
  38. maxRegPerIp: 30
  39. maxNicknameLength: 16
  40. ForceSingleSession: true
  41. ForceSpawnLocOnJoinEnabled: false
  42. SaveQuitLocation: true
  43. AllowRestrictedUser: false
  44. AllowedRestrictedUser:
  45. - playername;127.0.0.1
  46. kickNonRegistered: false
  47. kickOnWrongPassword: false
  48. teleportUnAuthedToSpawn: false
  49. minNicknameLength: 4
  50. allowMovement: false
  51. removeSpeed: true
  52. timeout: 30
  53. allowedNicknameCharacters: '[a-zA-Z0-9_]*'
  54. allowedMovementRadius: 100
  55. enablePasswordConfirmation: true
  56. ProtectInventoryBeforeLogIn: true
  57. displayOtherAccounts: true
  58. ForceSpawnOnTheseWorlds:
  59. - world
  60. - world_nether
  61. banUnsafedIP: false
  62. spawnPriority: authme,essentials,multiverse,default
  63. maxLoginPerIp: 0
  64. maxJoinPerIp: 0
  65. noTeleport: false
  66. allowedPasswordCharacters: '[\x21-\x7E]*'
  67. GameMode:
  68. ForceSurvivalMode: false
  69. security:
  70. minPasswordLength: 4
  71. passwordMaxLength: 30
  72. unLoggedinGroup: guest
  73. passwordHash: BCRYPT2Y
  74. doubleMD5SaltLength: 8
  75. supportOldPasswordHash: false
  76. unsafePasswords:
  77. - '123456'
  78. - password
  79. - qwerty
  80. - '12345'
  81. - '54321'
  82. registration:
  83. enabled: true
  84. messageInterval: 5
  85. force: true
  86. enableEmailRegistrationSystem: false
  87. doubleEmailCheck: false
  88. forceKickAfterRegister: false
  89. forceLoginAfterRegister: false
  90. unrestrictions:
  91. UnrestrictedName: []
  92. messagesLanguage: en
  93. forceCommands: []
  94. forceCommandsAsConsole: []
  95. forceRegisterCommands: []
  96. forceRegisterCommandsAsConsole: []
  97. useWelcomeMessage: true
  98. broadcastWelcomeMessage: false
  99. delayJoinLeaveMessages: true
  100. applyBlindEffect: false
  101. preventOtherCase: false
  102. ExternalBoardOptions:
  103. mySQLColumnSalt: 'user_form_salt'
  104. mySQLColumnGroup: ''
  105. nonActivedUserGroup: -1
  106. mySQLOtherUsernameColumns:
  107. - username_clean
  108. bCryptLog2Round: 10
  109. phpbbTablePrefix: phpbb_
  110. phpbbActivatedGroupId: 2
  111. wordpressTablePrefix: wp_
  112. permission:
  113. EnablePermissionCheck: false
  114. BackupSystem:
  115. ActivateBackup: false
  116. OnServerStart: false
  117. OnServerStop: true
  118. MysqlWindowsPath: C:\\Program Files\\MySQL\\MySQL Server 5.1\\
  119. Security:
  120. SQLProblem:
  121. stopServer: true
  122. ReloadCommand:
  123. useReloadCommandSupport: true
  124. console:
  125. noConsoleSpam: false
  126. removePassword: true
  127. captcha:
  128. useCaptcha: false
  129. maxLoginTry: 5
  130. captchaLength: 5
  131. stop:
  132. kickPlayersBeforeStopping: true
  133. Converter:
  134. Rakamak:
  135. fileName: users.rak
  136. useIP: false
  137. ipFileName: UsersIp.rak
  138. CrazyLogin:
  139. fileName: accounts.db
  140. Email:
  141. mailSMTP: smtp.gmail.com
  142. mailPort: 465
  143. mailAccount: ''
  144. mailPassword: ''
  145. mailSenderName: ''
  146. RecoveryPasswordLength: 8
  147. mailSubject: Your new AuthMe Password
  148. maxRegPerEmail: 1
  149. recallPlayers: false
  150. delayRecall: 5
  151. emailBlacklisted:
  152. - 10minutemail.com
  153. emailWhitelisted: []
  154. generateImage: false
  155. emailOauth2Token: ''
  156. Hooks:
  157. multiverse: true
  158. bungeecord: false
  159. sendPlayerTo: ''
  160. disableSocialSpy: true
  161. useEssentialsMotd: false
  162. customAttributes: false
  163. Purge:
  164. useAutoPurge: false
  165. daysBeforeRemovePlayer: 60
  166. removePlayerDat: false
  167. removeEssentialsFile: false
  168. defaultWorld: world
  169. removeLimitedCreativesInventories: false
  170. removeAntiXRayFile: false
  171. removePermissions: false
  172. Protection:
  173. enableProtection: false
  174. countries:
  175. - US
  176. - GB
  177. countriesBlacklist:
  178. - A1
  179. enableAntiBot: false
  180. antiBotSensibility: 5
  181. antiBotDuration: 10
  182. VeryGames:
  183. enableIpCheck: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement