Login Timeout #38


  • New
  • Other
Open
Assigned to _ForgeUser7462391
  • _ForgeUser6777322 created this issue Dec 14, 2011

    What steps will reproduce the problem?
    1.
    2.
    3.

    What is the expected output? What do you see instead?
    That when a user times out while logging in, still stays on the same gamemode
    Now, when a player is logging in and the timeout time is reached he will get kicked, and his gamemode gets reset to Survival instead of Creative

    What version of the product are you using?
    2.5

    Do you have an error log of what happened?(Server console output)
    No

    Please provide any additional information below.(config.yml)

    DataSource:
        backend: mysql
        mySQLDatabase: authme
        mySQLUsername: root
        mySQLPassword: '1234'
        mySQLHost: 127.0.0.1
        mySQLPort: '3306'
        mySQLTablename: authme
        mySQLColumnName: username
        mySQLColumnPassword: password
        mySQLColumnIp: ip
        mySQLColumnLastLogin: lastlogin
        caching: true
    settings:
        sessions:
            enabled: false
            timeout: 10
        restrictions:
            allowChat: false
            kickNonRegistered: false
            teleportUnAuthedToSpawn: true
            maxNicknameLength: 20
            allowMovement: false
            minNicknameLength: 3
            timeout: 120
            allowedMovementRadius: 100
            allowedNicknameCharacters: '[a-zA-Z0-9_?]*'
        security:
            passwordHash: SHA256
        registration:
            enabled: true
            messageInterval: 10
            force: true

  • _ForgeUser6777322 added the tags New Other Dec 14, 2011

To post a comment, please login or register a new account.