Hi
I want a shell script which run when user is trying to change its password in UNIX .
The string for password should validate the following :
1) Should be 2-8 character in length
2) There should be no !,@,#,$ character
3) 1st character should always be letter
4) at least 1 character is in lower case
thnaks in advance
rawat
I want a shell script which run when user is trying to change its password in UNIX .
The string for password should validate the following :
1) Should be 2-8 character in length
2) There should be no !,@,#,$ character
3) 1st character should always be letter
4) at least 1 character is in lower case
thnaks in advance
rawat