473,396 Members | 1,805 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

password reset plugin

N002199B
Hie all Java Gurus. Let's ay you have an already existing java application with security and authentication and all... without web-servises or LDAP stuff. just swing and a oracle DB Backen d to store users and passwords un-encrypted<<<strings>>

I need to go between the login splash and the first screen to put a module that handles:
  • password period checking - No password shd be more than 10 days old

How can I manage such a feat
Jun 5 '07 #1
3 1659
r035198x
13,262 8TB
Hie all Java Gurus. Let's ay you have an already existing java application with security and authentication and all... without web-servises or LDAP stuff. just swing and a oracle DB Backen d to store users and passwords un-encrypted<<<strings>>

I need to go between the login splash and the first screen to put a module that handles:
  • password period checking - No password shd be more than 10 days old
How can I manage such a feat
What extra steps do you want to take if the password has expired?
An approach would be to check the age of the password everytime a user tries to log on and use a PL/SQL statement trigger before logon. This would mean that nothing is done on the date of expiry of the password.
Jun 5 '07 #2
What extra steps do you want to take if the password has expired?
An approach would be to check the age of the password everytime a user tries to log on and use a PL/SQL statement trigger before logon. This would mean that nothing is done on the date of expiry of the password.

Yes, I think we are on the same wavelength. I want to keep an array of five previous passwords. If the password has expired according to the timestamp of the last password change <<< also stored In the USER'S Table on an Oracle DB >>>> compare the new suggested password against these.... It should not be equal to any of these.

From there, set the new password and record the timestamp (update DB) and allow the program flow to proceed from there as usually wld.
Jun 6 '07 #3
r035198x
13,262 8TB
Yes, I think we are on the same wavelength. I want to keep an array of five previous passwords. If the password has expired according to the timestamp of the last password change <<< also stored In the USER'S Table on an Oracle DB >>>> compare the new suggested password against these.... It should not be equal to any of these.

From there, set the new password and record the timestamp (update DB) and allow the program flow to proceed from there as usually wld.
Yep. This can be done on the DB side with a trigger. I'll copy this thread to the Oracle forum.
Jun 6 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

11
by: Bob Stearns | last post by:
My client is bugging me for a solution to this problem! I am still getting "Password Invalid" with all new users I define on my linux box. I have tried all the suggestions made here and they made...
2
by: willyd61 | last post by:
Hello Everyone! Newbie here... I can't configure any remote clients to connect to my DB2 server, I am able to run and connect local from the server, but if I try to connect with a user and...
10
by: prayag.narula | last post by:
Hi there, Hey guys I am trying to develop an Intenet Explorer plugin that would save passwords and allow me to sign up for a service automatically. Now I have figured out most of the...
3
N002199B
by: N002199B | last post by:
Hie all Java Gurus. Let's ay you have an already existing java application with security and authentication and all... without web-servises or LDAP stuff. just swing and a oracle DB Backen d to store...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.