'Forgot Password?'

oracle United States
  • 15 years ago
    Hi Friends,

    Need to provide 'Forgot Password ?' functionality at the login page.

    If user selects this option then a password reset will be done by the system and a new password will be mailed to the e-mail address held against the users account in a Oracle table.

    My query is how to generate a new password when we click
    'Forgot Password' ?

    Can someone tell me asto how to generate a new password using Oracle's features ?

    Thank You,

    Friend
  • 15 years ago

    the simplest way would be to generate a random number between one and 10,000, then encrypt that so you get some random string like 4598dfghui3498f, then select say the first 8 characters of that.

Post a reply

Enter your message below

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“It is practically impossible to teach good programming style to students that have had prior exposure to BASIC. As potential programmers, they are mentally mutilated beyond hope of regeneration.” - E. W. Dijkstra