June 29, 2009 at 11:14 am
I am trying to only reset a user's password so i can't put the old
This worked !
sp_password NULL, 'new_password', 'user'
How can i force the password to be changed at first login ?
June 29, 2009 at 11:21 am
I had to put NULL for the old password parameter,
how can i force a change when the user logs in , the equivalent of MUST_CHANGE in sql2005
June 29, 2009 at 11:25 am
jrmtl (6/29/2009)
I had to put NULL for the old password parameter,how can i force a change when the user logs in , the equivalent of MUST_CHANGE in sql2005
You can't.
June 29, 2009 at 11:33 am
ok fair enough ...
Thanks a bunch for your help !
Viewing 5 posts - 16 through 20 (of 20 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy