Login - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Plugins (https://forum.cuberite.org/forum-1.html) +--- Forum: Plugin Releases (https://forum.cuberite.org/forum-2.html) +--- Thread: Login (/thread-811.html) |
RE: Login - Boo - 09-03-2016 I understand that the UUID is generated through a nickname. How to decrypt that would make the registration through the web? RE: Login - NiLSPACE - 09-03-2016 I don't think you can decrypt it, but that isn't needed. If you'd want to register from the web we simply generate a new UUID from the provided username. RE: Login - Boo - 09-05-2016 how to generate uuid from username??? RE: Login - NiLSPACE - 09-05-2016 I use this function: https://github.com/NiLSPACE/Login/blob/master/functions.lua#L22-L28 RE: Login - Boo - 09-05-2016 no, you not correctly understand me. i say how to register unlegal minecraft uuid from php form. Password in MD5 Hash, and login??? RE: Login - NiLSPACE - 09-05-2016 Unless I'd create an API for it it's currently not possible to hook into the plugin like that. RE: Login - Boo - 09-05-2016 Be nice, that plugin save nick name instead of uuid RE: Login - NiLSPACE - 09-05-2016 If I'd do that now allot of things would be broken. I'll setup a network API, I'll PM you once it's done so you can try it. RE: Login - DrMasik - 09-05-2016 (09-05-2016, 03:25 AM)NiLSPACE Wrote: ... What do you mean? RE: Login - NiLSPACE - 09-05-2016 Inside the databases of other people/admins the UUID is still used, which means all the accounts would be reset. |