You are viewing our Forum Archives. To view or take place in current topics click here.
can anyone help me with password for php sql login system?
Posted:
can anyone help me with password for php sql login system?Posted:
Status: Offline
Joined: Mar 01, 201113Year Member
Posts: 358
Reputation Power: 24
Status: Offline
Joined: Mar 01, 201113Year Member
Posts: 358
Reputation Power: 24
i am currently making an application where i need to make a register and log in system using php/css/ajax/html/sql and so far i have the whole login and register part complete and working. however the user can input any password they like where i want restrictions such as, needs to include 1 uppercase, 1 lower case etc and i also want this displayed. can anyone help me out? dm me and ill send source files
#2. Posted:
Status: Offline
Joined: Mar 01, 201113Year Member
Posts: 358
Reputation Power: 24
Status: Offline
Joined: Mar 01, 201113Year Member
Posts: 358
Reputation Power: 24
Orry wrote i am currently making an application where i need to make a register and log in system using php/css/ajax/html/sql and so far i have the whole login and register part complete and working. however the user can input any password they like where i want restrictions such as, needs to include 1 uppercase, 1 lower case etc and i also want this displayed. can anyone help me out? dm me and ill send source files
if someone manages to help me and i get this done correctly then ill gift gold.
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Oct 09, 201014Year Member
Posts: 2,358
Reputation Power: 106
Status: Offline
Joined: Oct 09, 201014Year Member
Posts: 2,358
Reputation Power: 106
Use a regular expression to validate the format, should do both in PHP and javascript to validate server side as well as client side then display when it is wrong using javascript.
- 2useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Mar 01, 201113Year Member
Posts: 358
Reputation Power: 24
Status: Offline
Joined: Mar 01, 201113Year Member
Posts: 358
Reputation Power: 24
got it fixed now guys not to worry.
- 1useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.