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:

Orry
  • Ladder Climber
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:
Orry
  • Ladder Climber
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.
#3. Posted:
Xaldin
  • TTG Addict
Status: Offline
Joined: Oct 09, 201013Year Member
Posts: 2,358
Reputation Power: 106
Status: Offline
Joined: Oct 09, 201013Year 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.
#4. Posted:
Orry
  • Ladder Climber
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.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.