PHP Login System with Admin Features

Would you like to react to this message? Create an account in a few clicks or log in to continue.
PHP Login System with Admin Features

This forum was created to talk about the PHP Login System with admin features created by jpmaster77 on evolt's website


    Found a way to allow users to use special characters as

    therocker
    therocker


    Number of posts : 5
    Registration date : 2011-10-30

    Found a way to allow users to use special characters as Empty Found a way to allow users to use special characters as

    Post  therocker Fri Nov 30, 2012 10:51 am

    Hello, if you guys are having problems with allowing users to register and login using special characters like _, -, @, !, .etc.

    Go to your session.php file and look for
    Code:
    ^([0-9a-z])+$

    and replace it with this
    Code:
    ^([a-zA-Z0-9_]{3,16})+$


    Than if you do have a login page, do the same and go to the userinfo.php file and replace it with the same code. Than you are all set, now your users can use underscores, @ signs, .etc.

      Current date/time is Fri May 17, 2024 4:27 am