How do I force a user to change their password after I have reset it the first time they log on?

    Requires Free Membership to View

Use the following command to expire their current password:
ALTER USER username PASSWORD EXPIRE;
When the user logs in, they will be asked to reset their password.

This was first published in November 2006

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.