Inactive [SEC] AuthMe v2.5.1 - High Performance Authorization plugin [1818/1.1-R1]

Discussion in 'Inactive/Unsupported Plugins' started by pomo4ka, Jun 19, 2011.

  1. Offline

    GrislySquirrel

    Does this version work with CraftBukkit Beta 1.2.3?
     
  2. Offline

    darkwarriors

    yes check bukkit dev..
     
  3. Offline

    latinolli63

  4. Offline

    darkwarriors

    new dev version 2.6.3b4

    Changelog: 2.6.3b4
    • fix error when player isent registered and try to login #ticket
    • add message for changepassword usage ( regenerate it ) #ticket
    • support for Citizens 2.0 and 1.1.6
    • add new config Options enablePasswordVerifier: true for enabling/disabling password confirmation in /register command #ticket
    • add SQLITE for account storage backend: SQLITE
    • new config option ProtectIntentoryBeforeLogIn: true if set to false leave all inv and armor when players is unlogged in, this options is very insecure, due to difficulty to handler in player inventories, so could happen that bad players can wipe others Inventory, so use it at your own risk, or wait a better inventory implementation in bukkit
     
  5. Offline

    FTMpro

    I haven't changed the config file. It's the orginal generated file.
     
  6. Offline

    darkwarriors

    so probally its a problem of wort tp that did someting strange, beacuse i dont take any look at teleport or respawn system.
     
  7. Offline

    FTMpro

    But why does it work with xAuth?
     
  8. Offline

    darkwarriors

    xAuth is xAuth, AuthMe is AuthMe i test it with Multiverse, Stargate and others multiworld teleport suite, no usses.
     
  9. Offline

    minecraftbreda

    Hello,
    I have had this great plugin earlier before.
    But Sins the update I can't register animore.

    What can I do?
     
  10. Offline

    darkwarriors

    wait 2.6.3b5 with new beta u can disbable new rigstrarion command.

    new command is /register password password two time for more security reason.

    Changelog: 2.6.3b5
    • fix for file Configuration and new options
    • add new command /authme version
    • add new config option passwordMaxLength default 20
    • change in messages.yml the message about min password Length for handler new option maxpasswordLength

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
  11. Offline

    Buckethead

    You really have to do /logout every time u leave?

    I have authme 2.6.3b5. this is my config and ui have bukkit 2034

    Code:
    DataSource:
    mySQLColumnName: username
    mySQLTablename: authme
    mySQLUsername: authme
    backend: file
    mySQLColumnLastLogin: lastlogin
    mySQLDatabase: authme
    mySQLPort: '3306'
    mySQLColumnIp: ip
    mySQLHost: 127.0.0.1
    mySQLColumnPassword: password
    mySQLPassword: '12345'
    caching: true
    GroupOptions:
    UnregisteredPlayerGroup: ''
    RegisteredPlayerGroup: ''
    Permissions:
    PermissionsOnJoin: []
    settings:
    sessions:
    enabled: false
    timeout: 10
    restrictions:
    allowChat: true
    maxRegPerIp: 1
    maxNicknameLength: 20
    ForceSingleSession: true
    ForceSpawnLocOnJoinEnabled: false
    SaveQuitLocation: false
    AllowRestrictedUser: false
    AllowedRestrictedUser: []
    kickNonRegistered: false
    kickOnWrongPassword: true
    teleportUnAuthedToSpawn: false
    minNicknameLength: 3
    allowMovement: true
    timeout: 30
    allowedNicknameCharacters: '[a-zA-Z0-9_?]*'
    allowedMovementRadius: 20
    enablePasswordVerifier: true
    ProtectInventoryBeforeLogIn: true
    GameMode:
    ForceSurvivalMode: true
    ResetInventotyIfCreative: false
    security:
    minPasswordLength: 5
    unLoggedinGroup: Guest
    passwordHash: SHA256
    passwordMaxLength: 20
    registration:
    enabled: true
    messageInterval: 15
    force: true
    unrestrictions:
    UnrestrictedName: []
    VBullettinOptions:
    mySQLColumnSalt: ''
    mySQLColumnGroup: ''
    nonActivedUserGroup: -1
    permission:
    EnablePermissionCheck: true
    My problem is that people are always floating when they login after they've registered. They also cant move at all before they login which i though i fixed in the config

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
  12. Offline

    darkwarriors

    plugin list? and when u disconnect automatically u logout as all others game :D not needed to do /logout every time
     
  13. Offline

    Buckethead

    ok was gunna say logout everytime kinda dumb.

    PLugin list: obuShutTheHellUp, AutoMessage, iConomy, Vault, Lockette, PermissionsEx, Modifyworld, MobDisguise, RemoteToolkitPlugin, Essentials, MineBackup, ChatManager, EssentialsProtect, AuthMe, EssentialsSpawn, Permissions, ChestShop, EssentialsChat, MobArena
     
  14. Offline

    riquesavoia

    how can i decrytograf the password in auths.db ?
    Please tell me
     
  15. Offline

    Buckethead

    u mean decrypt?
     
  16. Offline

    riquesavoia

    Yes, i'm brazilian, sorry for my bad english
     
  17. Offline

    darkwarriors

    can u try if without Essentials problem persist?

    u cant "decrypt" an hash function otherwise all internet world will be exploited, u can compare two same hash,
    check this link for php function that do it:

    http://dev.bukkit.org/server-mods/authme-reloaded/pages/web-site-integration/
     
  18. Offline

    riquesavoia

    Sorry, but what i do whit this code ?



    Yes... i'm stupid
     
  19. Offline

    Buckethead

    ? what code? u means like sha encryption or the plugin itself. if ur talking about how to implent the plugins just drop the .jar download into ur plugins directory for ur server then mess with the config
     
  20. Offline

    riquesavoia

  21. Offline

    Buckethead

  22. Offline

    darkwarriors

    that is how to check the user password u cant see or decrypt player password as common RFC declear for privacy. U can only compar the hash of password with another hash. if u want store password without any type of encription u can change option in config yml PasswordSecurity: plaintext that mean that password is stored clear.
     
  23. Offline

    ibreaktoucher

    i have 2 questions:
    1, is it possible that i can remove the thing, that you have to confirm you PW at registering?
    2, can you do it that for expample when someone logs in that he can get the motd of essentials?
     
  24. Offline

    darkwarriors

    1. yes with beta5 u can passwordVerifier: false
    2. essentials motd dont appear at every join?
     
  25. Offline

    MrDice

    when i use the dev builds, and someone joins the server and tries to register i get this error message in the counsel, and the play can't register.
     
  26. Offline

    darkwarriors

    u have misconfigured AuthME please use pastebin.com and let me see your config.yml it is easy to solve.
     
  27. Offline

    Luwiego

    Can i transffer data from xAuth to Authme ? If yes, how ?
     
  28. Offline

    darkwarriors

    only if u dindt use h2 database or better if u have h2 database and u have a little experience in mysql or sql sintax could be also easy.
     
  29. Offline

    MrTimmy12

    Works on 1.2.3?
     
  30. Offline

    darkwarriors

    yes check Dev beta version on bukkitdev
     

Share This Page