Registration link?

Discussion in 'Archived: Plugin Requests' started by sethgandy, Aug 5, 2014.

  1. Offline

    sethgandy

    So is there a plug-in or can one be made that generates a registration link per user?

    Example:
    Player types /register, plugin generates link (www.site.com/register.php?s29vxAfp0) and the code is a hash of the players username?

    I want to make a page that takes that hash and uses it for one of the inputs to the forum, so they can't spoof their username or mess up their username on the database (I have a few cross web/server plug-ins that need this info exact).

    Possible? I could develop the Web end of things so long as I know the generation algorithm
     
  2. Offline

    xyfonix

    just two questions:
    - Isn't it better to use the UUID of the player since the name can be changed in 1.8?
    - You mean hash like SHA-256 and MD5?
     

Share This Page