Connecting Tech Pros Worldwide Help | Site Map

ajax password strength

Member
 
Join Date: Mar 2008
Posts: 55
#1: Jan 26 '09
ajax password strength
how to do a server side check when using ajax password strength meter. i kmnow it does on client side..can anyone help me out with this?
insertAlias's Avatar
Forum Leader
 
Join Date: Apr 2008
Location: San Antonio, TX (USA)
Posts: 2,603
#2: Jan 26 '09

re: ajax password strength


I don't understand your question.

Please explain yourself better.
Frinavale's Avatar
Site Moderator
 
Join Date: Oct 2006
Location: The Great White North
Posts: 5,066
#3: Jan 26 '09

re: ajax password strength


First figure out what you have set as rules for your password strength (how long is it supposed to be? Is it supposed to contain numbers, letters, and special characters? What is valid?). Then look into using Regular Expressions to help you validate the password String on the server.
Frinavale's Avatar
Site Moderator
 
Join Date: Oct 2006
Location: The Great White North
Posts: 5,066
#4: Jan 27 '09

re: ajax password strength


Check out this thread. I think it will be useful for you.
Member
 
Join Date: Mar 2008
Posts: 55
#5: Jan 27 '09

re: ajax password strength


I have noticed when i use ajax password strength control, it is showing me the remaining number of conditions to be satisfied but it is allowing me to bypass the instructions like 1more numeric or 1more special character...Is this the default behaviour of the control do we need to handle it in the code behind?? ny help?
PRR PRR is offline
Moderator
 
Join Date: Dec 2007
Location: India
Posts: 699
#6: Jan 28 '09

re: ajax password strength


Take a look at this If you want something more specific i think you should go for server side validation using regular expression...
Reply


Similar ASP.NET bytes