Hi
I created a user that only has select rights to tables.
The user must be able to change his/her password. I tried using the sp_password store procedure to do this but it only allow users with sysadmin rights to do so. Is there a way around this.
Hi Toyman,
If you execute the sp_password with only two passwords user will be able to change there passwords.
like sp_password oldpassword, newpassword
If you still face problem, please let me know with the exact command you are using.
Hi,
sp_pasword execute permissions default to the public role for a user changing the password for his or her own login so that user, normally, may change his password.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.