Hmmm... Well, from this it seems to me to be like having user access levels. 1 user is an administrator (allowed to change password) Other user is plain user (not allowed to change password) You would need to have a database (or even a file) that has the users in it and their access level - (0 for user, 1 for admin) Then, if the user logs in you would show the link to change password if the access level is 1 and not if 0. At a minimum you would need to have 3 pages: a login form page, a logged in page (with the link to the change password page - or not have the link depending upon the access level).
And, yes, you could use JAVA but it probably would be easier to implement with PHP (probably about a max of 100 lines total). On Dec 16, 2:46 am, saqib nadeem <[email protected]> wrote: > I want to use JAVA......can i use tomcat apache sever............acutally it > is application to implement partial password policy to prevent any single > user to change the password.... > policy mean to design your password such that it consists of two individual > ...due to some security issues one individual cannot modify password as far > as another allows it. > now i wana to help in this matter..........thanx > > > > > > > > On Tue, Dec 14, 2010 at 12:48 PM, KwikOne <[email protected]> wrote: > > So, are wanting to use PHP, Java, Python, ASP, or what? > > You would need to let us know what the webserver and its > > cpabilities before anyone could help more. > > > Also, you indicated it is a password POLICY. What you are > > now indicating is an APPLICATION. You really need to explain > > better because to implement a password policy on XP > > does not require any scripting/code, whatever. > > It would be a matter of setting the flag on the standard > > XP policy to not allow password changes. > > > On Dec 14, 5:47 am, saqib nadeem <[email protected]> wrote: > > > policy means to change the password nt by a single user........and its a > > web > > > project > > > > On Tue, Dec 14, 2010 at 2:00 PM, Coalwater <[email protected]> wrote: > > > > i don't really understand what this policy means, if you could explain > > > > it i might help, first is it supposed to be a web application or a > > > > desktop application? > > > > > On Dec 13, 6:04 pm, saqib nadeem <[email protected]> wrote: > > > > > 4 windows xp.............can i use java 4 dis project > > > > > > On Sun, Dec 12, 2010 at 6:30 AM, KwikOne <[email protected]> > > wrote: > > > > > > First off... > > > > > > For which Operating System? > > > > > > Which sign-on system? (LDAP, RADIUS, etc)? > > > > > > The answers to these two make a difference as to the next steps > > > > > > so you need to let us know much more about the parameters - > > > > > > for example a sign-on policy within Windows environments is > > > > > > vastly different than for within a *Nix system, or Solaris, etc. > > > > > > > On Dec 12, 1:48 am, saqib nadeem <[email protected]> wrote: > > > > > > > i am a student of bs-it and study the course network security > > > > > > ...........my > > > > > > > sir give me a project ...............(implementing partial > > password > > > > > > policy > > > > > > > to prevent any single use to change password)............plzz > > guide > > > > me > > > > > > how i > > > > > > > start and also in which language > > > > > > > > On Wed, Dec 8, 2010 at 12:29 PM, Ceresia <[email protected]> > > wrote: > > > > > > > > If you have a drug or gambling problem I am not certified, but > > if > > > > it > > > > > > > > is alcohol I can be of assistance. > > > > > > > > > -- > > > > > > > > You received this message because you are subscribed to the > > Google > > > > > > Groups > > > > > > > > "Computer Tech Support" group. > > > > > > > > To post to this group, send email to > > > > > > > > [email protected]. > > > > > > > > To unsubscribe from this group, send email to > > > > > > > > [email protected]<computer-tech-support%[email protected]> > > <computer-tech-support%[email protected]<computer-tech-support%[email protected]> > > > > > <computer-tech-support%[email protected]<computer-tech-support%[email protected]> > > <computer-tech-support%[email protected]<computer-tech-support%[email protected]> > > > > > > > <computer-tech-support%[email protected]<computer-tech-support%[email protected]> > > <computer-tech-support%[email protected]<computer-tech-support%[email protected]> > > > > > <computer-tech-support%[email protected]<computer-tech-support%[email protected]> > > <computer-tech-support%[email protected]<computer-tech-support%[email protected]> > > > > > > > > > . > > > > > > > > For more options, visit this group at > > > > > > > >http://groups.google.com/group/computer-tech-support?hl=en. > > > > > > > -- > > > > > > You received this message because you are subscribed to the Google > > > > Groups > > > > > > "Computer Tech Support" group. > > > > > > To post to this group, send email to > > > > > > [email protected]. > > > > > > To unsubscribe from this group, send email to > > > > > > [email protected]<computer-tech-support%[email protected]> > > <computer-tech-support%[email protected]<computer-tech-support%[email protected]> > > > > > <computer-tech-support%[email protected]<computer-tech-support%[email protected]> > > <computer-tech-support%[email protected]<computer-tech-support%[email protected]> > > > > > > > . > > > > > > For more options, visit this group at > > > > > >http://groups.google.com/group/computer-tech-support?hl=en. > > > > > -- > > > > You received this message because you are subscribed to the Google > > Groups > > > > "Computer Tech Support" group. > > > > To post to this group, send email to > > > > [email protected]. > > > > To unsubscribe from this group, send email to > > > > [email protected]<computer-tech-support%[email protected]> > > <computer-tech-support%[email protected]<computer-tech-support%[email protected]> > > > > > . > > > > For more options, visit this group at > > > >http://groups.google.com/group/computer-tech-support?hl=en. > > > -- > > You received this message because you are subscribed to the Google Groups > > "Computer Tech Support" group. > > To post to this group, send email to > > [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<computer-tech-support%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/computer-tech-support?hl=en. -- You received this message because you are subscribed to the Google Groups "Computer Tech Support" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/computer-tech-support?hl=en.
