问题
在sharepoint central administration中通过Configuration Wizards来创建一个web application,出现如下错误:
The password supplied with the username aaa was not correct. Verify that it was entered correctly and try again.
原因
这是因为我sharepoint中保存的域账户密码跟现在的密码不同。确实我在最近修改了域账户密码。
解决方法
更新sharepoint中的中域账户密码,打开sharepoint 2010 management shell,输入如下命令:
stsadm -o updatefarmcredentials -userlogin <domainusername> -password <newpassword>
在提示operation completed successfully以后再次执行上面的操作,发现不在报错。