created procedure so that a web page can run command to alter the users passwords
Procedure is
create procedure usp_alter_login
as
Alter Login...etc.
What would be the rights for the weblogin that i would need to grant.
I gave securityadmin but i was wondering if there anything else i could do then give this right to the user.
Cheers