Results 1 to 2 of 2

Thread: password expiration

  1. #1
    Join Date
    Sep 2004
    Location
    Germany
    Posts
    2

    Default password expiration

    Hello,

    I am evaluating Acegi to use it as an authorization / authentication system for an SAP backend.

    I haven't seen any way to implement a password expiration with acegi (part of the standard sap logon procedure)

    The process would have to be as follows:

    - user requests login with username/password
    - login is correct, but password is expired
    - user sees message, that password has expired on change-password screen(!) and can enter his old and new password
    - the user is forwarded to the requested page.

    Is there any way to implement this with Acegi as it is? Or will this be implemented in future versions of Acegi (when?), since this seems to be a common scenario?

    Best regards,
    Andreas

  2. #2
    Join Date
    Aug 2004
    Location
    Brno, Czech Republic
    Posts
    48

    Default

    Hi,

    You can check for expired password on the defaultTargetUrl page of authenticationProcessingFilter . This page can than redirect the user to the change password page if password is expired.

    Karel

Similar Threads

  1. Forgot password (e.g. secret question) using Acegi
    By lowerymb77 in forum Security
    Replies: 1
    Last Post: Oct 16th, 2005, 10:46 PM
  2. Change Password interim step
    By markstgodard in forum Security
    Replies: 5
    Last Post: Jul 19th, 2005, 02:59 AM
  3. Replies: 4
    Last Post: Jun 14th, 2005, 09:28 PM
  4. Salt, based on password
    By mf1616 in forum Security
    Replies: 5
    Last Post: Mar 29th, 2005, 07:35 PM
  5. Password Expiration
    By aburgel in forum Security
    Replies: 1
    Last Post: Feb 16th, 2005, 08:37 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •