![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Unique value added | garric | Shell Programming and Scripting | 2 | 05-18-2008 08:20 AM |
| Unique Result | unibboy | Shell Programming and Scripting | 6 | 01-29-2008 05:19 AM |
| getline with a unique | gozer13 | Shell Programming and Scripting | 6 | 03-03-2005 12:20 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Unique String
Hi,
While creating users in one of my application, the passowrd for the user has to obey the following rules. password cannot be the same as the user name password must have a minimum of six characters password must have a maximum of 100 characters password must have at least one alpha character password must have at least one numeric character. password cannot contain two consecutive equal alphabets (aa) I am creating users using a script and generating random string for the password. But the last rule worries me. How can we check the passowrd to find out if there are two consecutive alphabets(Rule 6)??? Thanks in advance |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|