Please review my registration system

Discussion in 'Websites' started by gamestoenjoy, Apr 15, 2013.

  1. #1
    I developed a members registration system for my game site which gives the members special privileges.
    Please check and give me some feedback about it :)

    The link:
    http://www.gamestoenjoy.com/site/index.php?option=com_content&view=article&id=1257
     
    Last edited: Apr 15, 2013
    gamestoenjoy, Apr 15, 2013 IP
  2. HuggyStudios

    HuggyStudios Well-Known Member

    Messages:
    724
    Likes Received:
    20
    Best Answers:
    26
    Trophy Points:
    165
    #2
    In terms of UX it's failing pretty bad. JavaScript should be used for error handling and have a fall back written in PHP for those strange users who disable it.

    Have a look at this: http://malsup.com/jquery/form/

    Should save you a lot of time rather than having to learn how to code JS overnight.
     
    HuggyStudios, Apr 15, 2013 IP
  3. gamestoenjoy

    gamestoenjoy Well-Known Member

    Messages:
    158
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    123
    #3
    Thanks I will check how to do it using jquery.
     
    gamestoenjoy, Apr 16, 2013 IP
  4. sarahk

    sarahk iTamer Staff

    Messages:
    28,828
    Likes Received:
    4,541
    Best Answers:
    123
    Trophy Points:
    665
    #4
    A registration system usually includes a settings page where I can edit information you have and change my email and/or password. I couldn't find that.

    Are you storing the passwords as plain text or are you hashing them?
     
    Last edited: Apr 16, 2013
    sarahk, Apr 16, 2013 IP