CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > general_asp.net.security Tags:
Item Type: NewsGroup Date Entered: 1/12/2006 2:14:45 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 1 Views: 25 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
2 Items, 1 Pages 1 |< << Go >> >|
Mrfrijole
Asp.Net User
login password validation question1/12/2006 2:14:45 PM

0/0

    I want to set up password validation to ensure that my users create a strong password. Could someone steer me in the right direction on how to accomplish this?

ranganh
Asp.Net User
Re: login password validation question1/12/2006 4:23:28 PM

0/0

Hi,

You could use a RegularExpressionValidator for accomplishing this.  You can specify the expression you want in which you want your users to enter password.

<asp:ReqularExpressionValidator id="RegularExpressionValidator1" runat="server" ControlToValidate="txtPassword" Error-Message="Please enter a valid Password" ValidationExpression="[a-zA-Z]+\w*\d+\w*" />

This regular expression requires you to enter at least one letter, followed by any number of word characters, followed by at least one number, followed by any number of word characters.

You can check for more expressions here http://www.samspublishing.com/articles/article.asp?p=101137&seqNum=3&rl=1

Hope this meets your requirement.

Thanks.


regards,
Harish

http://geekswithblogs.net/ranganh
2 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Beginning Visual Web Developer 2005 Express: From Novice to Professional Authors: Paul Sarknas, Pages: 334, Published: 2005
Professional Visual Studio 2005 Authors: Andrew Parsons, Nick Randolph, Pages: 869, Published: 2006
Beginning JavaServer Pages Authors: Vivek Chopra, Jon Eaves, Rupert Jones, Sing Li, John T. Bell, Pages: 1262, Published: 2005
Foundations of Security: What Every Programmer Needs to Know Authors: Neil Daswani, Christoph Kern, Anita Kesavan, Pages: 290, Published: 2007
Professional ASP.NET 2.0 Security, Membership, and Role Management Authors: Stefan Schackow, Pages: 611, Published: 2006
Information Security Management Handbook: Vol. 3 Authors: Harold F. Tipton, F. Tipton, Micki Krause, Pages: 686, Published: 2006
ASP.NET by Example Authors: Steven A. Smith, Pages: 552, Published: 2002
Expert One-on-One J2EE Design and Development: J2EE Design and Development Authors: Rod Johnson, Pages: 742, Published: 2002
The Art of Deception: Controlling the Human Element of Security Authors: Kevin D. Mitnick, William L. Simon, Steve Wozniak, Pages: 352, Published: 2002
Web Security Portable Reference Authors: Mike Shema, Pages: 174, Published: 2003

Web:
password validation - JavaScript password validation. Get answers to your questions in our JavaScript ... Sign up for a free account, or Login (if you're already a member). ...
username and password validation - ASP username and password validation. Question posted by: Eugene Anthony (Guest) on June 16th, 2006 06:25 PM. Is this method of validation for ...
CodeProject: VB.NET Form Library: Password Character Validation ... NET Form Library: Password Character Validation and Log-In Form. By George B Gilbert ..... Please post your question on the VB .NET message board. ...
Weak Password Validation - How attackers illegally obtain, change ... Feb 2, 2007 ... "Weak Password Recovery Validation" is when a URL permits an ... Secret Question and Answer A user's password could be "Richmond" with a ...
username & password validation Talk about username & password validation. ... Reload this Page username & password validation ... So, the answer to your question is ...
IIS Validation of Login Password : login, iis, password Keywords: IIS Validation of Login Password .... No comment has been added to this question in more than 21 days, so it is now classified as abandoned. ...
Help me in username and password validation through accessing the ... Help me in username and password validation through accessing the ... this page. .my question is..where i should put the code of connecting ...
FREE JAVASCRIPT -Password Validation -check username-validate-java ... d)The function login() is used to generate the popup window and then check the username password.If you give correct username and password the specified ...
MSDN Windows Communication Foundation Handling username/password ... Handling username/password validation errors. ... Please do not consider this question answered until you can shed some light on this. ...
username & password validation - ASP.NET Forums Re: username & password validation ... About this Site. Questions / Problems with this site? Visit our hoster: ORCS Web ยท Running IIS 7.0 ...

Videos:
How To Break Web Software - A look at security vulnerabilities in web software Google TechTalks April 13, 2006 Mike Andrews Mike Andrews is a senior consultant who specializes in software security and leads the web application...




Search This Site:










bug: passwork is not correctly converted in c# version

can i add more than one login.aspx page in the web.config file? and how?

why the namespace:

visual web developer 2005 express edition beta guided tour

asp.net debugging problem

how to reference controls in next / later steps of createuserwizard

upgrading from dotnetnuke 2.1.2 to dotnetnuke 3.0.13 can not sign on as admin or host

try ... catch structure in a web application

asp optimisation techniques

announcing module masters mania 2006

changing the type of a column in a table

logout event is not working properly

mozilla compatibility with border set

browser display problems!

passing variables between server scripts and client scripts!

pathing of images from css

eshop-server

new module

global variables

rss help

retrieve user login details and respective user profile in one datatable to show in grid

bug?

dynamic globresource request

need help obtaining verification code

new to .net

automated rss feeds

able to display info from datalist back to form page

module deployed on page twice, but page_load method getting called 8 times

retrieving the index of a node

internet explorer web controls

 
All Times Are GMT