sp_change_users_login is deprecated.
Much easier is:
ALTER USER usr1 WITH LOGIN = login1;
sp_change_users_login is deprecated.
Much easier is:
ALTER USER usr1 WITH LOGIN = login1;
The requested URL was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.